Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. mencoder input\%1 -mc 0 -ovc x264 -x264encopts bitrate=2000:pass=1:threads=0:turbo=1:bframes=16:aq_strength=1:deadzone_inter=15:deadzone_intra=15 -vf harddup -oac copy -fps %2 -ofps %2 -o nul
  2. mencoder input\%1 -mc 0 -ovc x264 -x264encopts bitrate=2000:pass=2:threads=0:me=hex:subme=5:bframes=16:aq_strength=1:deadzone_inter=15:deadzone_intra=15 -vf harddup -oac lavc -lavcopts acodec=libfaac:abitrate=128 -audio-preload 2.0 -channels 2 -srate 44100 -fps %2 -ofps %2 -o temp\%1.avi
  3. mp4box -aviraw video temp\%1.avi
  4. mplayer temp\%1.avi -dumpaudio -dumpfile temp\%1.aac
  5. mp4box -add temp\%1_video.h264#video -add temp\%1.aac#audio -fps %2 output\%1.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement