WebTruck Moving out
Guest

Flying with two cameras

Flying in front of the office.

Mounted both the FCO2 and the gumstick cam on the Kopter.

The videos of the two cameras needed a bit of processing before they could be joined.

First I used VirtualDub to trim the length, then I processed them with AviSynth to convert the frame rate and assign the audio to left and right channel.

Here's the AviSynth file I used:

clip1=DirectShowSource("P3.AVI")
clip2=DirectShowSource("P2.AVI")
clip1c=ChangeFPS(clip1,25,1)
clip2c=ChangeFPS(clip2,25,1)
left=GetChannel(clip1c,1)
leftr=ResampleAudio(left,44100)
right=GetChannel(clip2c,1)
rightr=ResampleAudio(right,44100)
audio=MonoToStereo(leftr,rightr)
video=StackHorizontal(clip1c, clip2c)
AudioDub(video,audio)

Flying in the park of Kingsfield | Flying in the dark