Changes between Version 3 and Version 4 of Ticket #571, comment 6
- Timestamp:
- Oct 20, 2011, 7:13:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #571, comment 6
v3 v4 2 2 3 3 ubuntu:~/Desktop$ ffmpeg -i sample -vf "scale=0:0,setdar=4:3" -vcodec libx264 -vb 750k -coder 1 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip -acodec libmp3lame -ab 128k -ar 44100 -ac 2 -y output.mp4 4 5 You can also get more information about the sample using the following command: 6 7 ffprobe sample 8 9 It will give you all kinds of information and may help explain the problem I'm having. 4 10 5 11


