Changes between Version 1 and Version 2 of Ticket #1839, comment 4
- Timestamp:
- 11/19/2012 10:25:15 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1839, comment 4
v1 v2 6 6 {{{ 7 7 ./ffmpeg -y -ss 00:00:10.00 -t 10 -i kaka.mkv -strict experimental -acodec aac -vcodec libx264 -r 15 -s 1280x720 -b:v 2000k -b:a 88k -ar 44100 -preset ultrafast -vprofile baseline -vlevel 1.0 -map 0:0 -map 0:1 -copyts -bsf h264_mp4toannexb -vsync 1 -f mpegts test-12.ts 8 8 }}} 9 9 console output: 10 10 {{{ 11 11 Input #0, matroska,webm, from 'kaka.mkv': 12 12 Metadata: … … 81 81 [libx264 @ 0x29bd0e0] i8c dc,h,v,p: 53% 18% 21% 7% 82 82 [libx264 @ 0x29bd0e0] kb/s:2160.68 83 84 85 86 83 }}} 87 84 When i use command line: 85 {{{ 88 86 ffmpeg -i test-12.ts 89 87 }}} 90 88 console output : 91 89 {{{ 92 90 [mpegts @ 0x278f240] max_analyze_duration 5000000 reached at 5013600 93 91 Input #0, mpegts, from 'test-12.ts':


