Advertisement
fliker09

H.264 encoding

Aug 13th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. mencoder "mf://@list.txt" -mf fps=30:type=jpg -nosound -of rawvideo -ovc x264 -x264encopts bitrate=40960:frameref=6:analyse=all:me=umh:subme=7:trellis=2:bframes=1:subq=7:mixed_refs:weight_b:no_fast_pskip:direct_pred=auto:mixed_refs:nr=200:threads=auto:pass=1 -noskip -o /dev/null
  2. mencoder "mf://@list.txt" -mf fps=30:type=jpg -nosound -of rawvideo -ovc x264 -x264encopts bitrate=40960:frameref=6:analyse=all:me=umh:subme=7:trellis=2:bframes=1:subq=7:mixed_refs:weight_b:no_fast_pskip:direct_pred=auto:mixed_refs:nr=200:threads=auto:pass=2 -noskip -o test0.264
  3. mkvmerge -o test0.mkv test0.264
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement