Advertisement
Guest User

Untitled

a guest
Aug 6th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. mencoder input_file -o out_tmp.avi -vf scale=480:272,harddup -af channels=2 -ofps 25 -srate 44100 -oac faac -faacopts br=128:mpeg=4:object=2 -ovc x264 -ffourcc avc1 -x264encopts bitrate=410:me=hex:level_idc=13:keyint=250:frameref=3:bframes=1:threads=auto -aspect 16:9 -mc 3 -subfont "path to font for subs" -subpos 100 -subcp cpUnicode -subfont-text-scale 3
  2. mencoder out_tmp.avi -ovc copy -nosound -of rawvideo -o out_tmp.264
  3. mencoder out_tmp.avi -ovc frameno -oac copy -of rawaudio -o out_tmp.aac
  4. Then making it together into mp4 with mp4box by passing next parameters
  5. mp4box -fps 25.000 -add out_tmp.264 -add out_tmp.aac -new out_final.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement