Friday, April 22, 2011

Our 2008 Walt Disney World trip video montage

Our 2008 Walt Disney World trip video montage




Technical details:
Created on a Linux workstation
Introductory title: http://linuxlife.blogspot.com/2011/04/how-to-make-video-title-sequence.html
Gimp was used for the song credit following the same tutorial as the title
Mencoder was used to create all the video.

create video using all jpg's sequentially in the current directory at an apparent fps of 5.25301 frames per second but with an actual frame per second of 29.97:
mencoder "mf://*.JPG" -o out.MP4 -ovc lavc -lavcopts vcodec=mjpeg -audiofile ~/Music/danosongs.com-magicghost.mp3 -oac copy -fps 5.25301 -ofps 30000/1001

Change resolution to something more reasonable:
mencoder -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vbitrate=10000 -vf scale=1280:810 -oac pcm -o intro.MP4 /media/disk-17/home/mine/Pictures/My\ Pictures/2009\ Sep\ 22-Oct\ 1\ DisneyWorld\ Trip/movies/intro.mp4

Combine the intro the music credit and the montage videos into 1:
mencoder -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vbitrate=10000 -oac pcm -o combinedout.MP4 intro.MP4 credit.MP4 out1.MP4

No comments:

Post a Comment