Changes between Version 4 and Version 5 of Ticket #571, comment 6
- Timestamp:
- Oct 20, 2011, 7:14:33 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #571, comment 6
v4 v5 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 sample8 9 It will give you all kinds of information and may help explain the problem I'm having.10 11 4 12 5 If I use the above command I get the following error messages over and over again: … … 21 14 It does output a mp4 file though but on files that are larger sizes (because the sample file is just a sample), it is taking a long time (like 5 minutes for a 5 minute video) and the result file is a lot larger than the other files I've converted. I think it has something to do with the Q264 codec that was used to encode the videos originally. I can encode other videos that were originally encoded using the QIVG codec with the above command and I get no error messages and a 5 minute video is encoded in under a minute. I'd like the videos encoded in the Q264 codec to be re-encoded in under 1 minute just like the videos encoded in the QIVG codec if that is possible. 22 15 16 You can also get more information about the sample using the following command: 17 18 ffprobe sample 19 20 It will give you all kinds of information and may help explain the problem I'm having.


