![]() |
Iron Man 2 trailer conversion
This is what I ran on the desktop, ended up looking great on the N900, with about 33% CPU for gst-renderer and 17% for pulseaudio. Any suggestions to make it better?
#download source 1080p trailer wget http://movies.apple.com/movies/param...lr1_h1080p.mov -U QuickTime #strip out audio-only file ffmpeg -i ironman2-z7r459g-tlr1_h1080p.mov -acodec copy -vn audio.mp4 #downmix audio from 5.1 to 2 channels faad -d audio.mp4 #do first pass encoding 1920x800 resized to 800x320. Tried 800x336 but it was streaky ffmpeg -i ironman2-z7r459g-tlr1_h1080p.mov -pass 1 -bt 4000kb -vcodec libx264 -b 4000kb -an -vpre baseline -threads 0 -s 800x320 temp.mp4 #do second pass, remap video and audio together ffmpeg -i ironman2-z7r459g-tlr1_h1080p.mov -i audio.wav -map 0:0 -map 1:0 -pass 2 -bt 4000k -vcodec libx264 -b 4000k -acodec libfaac -ac 2 -ab 192k -ar 48000 -vpre baseline -threads 0 -s 800x320 "Iron Man 2.mp4" #cleanup #rm ironman2-z7r459g-tlr1_h1080p.mov audio.mp4 audio.wav ffmpeg2pass-0.log x264_2pass.log temp.mp4 |
Re: Iron Man 2 trailer conversion
somewhat ot: Oh man this movie is so gonna rock! :D
|
Re: Iron Man 2 trailer conversion
Quote:
|
Re: Iron Man 2 trailer conversion
It's all command line stuff, but on a linux desktop. wget, ffmpeg, faad are all the programs used
|
Re: Iron Man 2 trailer conversion
Quote:
|
Re: Iron Man 2 trailer conversion
I know there's ffmpeg and wget for win32, a quick google search seems to show faad win32 also. You're on your own from there though. You might want to at least get VirtualBox and install Ubuntu on it.
|
Re: Iron Man 2 trailer conversion
Video bitrate was set to 4,000k, am I reading that correctly?
|
Re: Iron Man 2 trailer conversion
Yeah, too much? The resulting file was about 74MB. Apple's 480p is 46MB. Played smooth, but could maybe get away with only using 2000.
|
Re: Iron Man 2 trailer conversion
First i've heard about the sequel. Went and watched the preview 4 times. :D
|
Re: Iron Man 2 trailer conversion
i am definitely watching this movie when it comes out. didn't even know there was a sequel coming out.
|
All times are GMT. The time now is 04:10. |
vBulletin® Version 3.8.8