Advertisement
Guest User

Untitled

a guest
Nov 8th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ffmpeg -i %video_path% -metadata title=%video_title% -metadata comment=www.break.com
  2. -y -vcodec libx264 -crf 30 -refs 3 -bf 16 -g 60 -keyint_min 25 -sc_threshold 40
  3. -b_strategy 1 -bframebias 0 -coder 1 -directpred 1 -deblockalpha -1 -deblockbeta -1 -trellis 1 -me_method umh
  4. -subq 6 -me_range 16 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -i_qfactor 0.71 -b_qfactor 1.3 -b_strategy 1
  5. -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -flags +loop-psnr -flags2 +wpred+mixed_refs+dct8x8+fastpskip
  6. -cmp +chroma -maxrate 25000 -acodec libfaac -ab 96k -s %width%x%height% -threads %thread% %output_name%
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement