Changes between Initial Version and Version 2 of Ticket #601
- Timestamp:
- Oct 31, 2011, 9:20:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #601
- Property Keywords ffmpeg libx264 removed
-
Ticket #601 – Description
initial v2 4 4 5 5 Here is the command line I used: 6 {{{ 6 7 carl@af:~/fractal$ ffmpeg -r 30 -i fracs/fractal%05d.png -vcodec libx264 -b:v 4096k -t 60 -threads 0 -pass 1 preview.mp4 7 8 ffmpeg version N-33758-gc4e02d3, Copyright (c) 2000-2011 the FFmpeg developers … … 37 38 frame= 1800 fps= 15 q=-1.0 Lsize= 35021kB time=00:00:59.93 bitrate=4786.9kbits/s 38 39 video:34994kB audio:0kB global headers:0kB muxing overhead 0.076605% 39 40 }}} 40 41 41 42 ====================================================== 42 43 For the second pass: 43 44 44 45 {{{ 45 46 carl@af:~/fractal$ ffmpeg -r 30 -i fracs/fractal%05d.png -i Midnight.mp3 -vcodec libx264 -b:v 4096k -acodec libfaac -ab 160k -t 60 -threads 0 -pass 2 preview.mp4 46 47 ffmpeg version N-33758-gc4e02d3, Copyright (c) 2000-2011 the FFmpeg developers … … 83 84 frame= 1800 fps= 9 q=-1.0 Lsize= 30945kB time=00:00:59.93 bitrate=4229.7kbits/s 84 85 video:29784kB audio:1114kB global headers:0kB muxing overhead 0.153548% 85 86 }}} 86 87 87 88 88 89 =================================================== 89 90 Finally, trying to probe: 90 91 {{{ 91 92 carl@af:~/fractal$ ffprobe preview.mp4 92 93 ffprobe version N-33758-gc4e02d3, Copyright (c) 2007-2011 the FFmpeg developers … … 113 114 114 115 ... 115 116 }}} 116 117 117 118 There is lots more, and I can include the video source and output files. They are fairly large though.


