Changes between Initial Version and Version 1 of Ticket #1745, comment 2
- Timestamp:
- Sep 18, 2012, 1:06:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1745, comment 2
initial v1 1 1 Thanks for the quick response. Here's the info, and it should be noted that I have tried a variety of input formats (AVI, MP4, MKV, etc. using various codecs, mostly XviD or x264 video with AC-3, DTS or MP3 audio, with the same results for each: 2 2 {{{ 3 3 $ ffmpeg -ss 183.0 -i input.mkv -t 10 -bufsize 7000000 -maxrate 54000000 -f vob output.mpeg 4 4 ffmpeg version N-44552-g4aade44 Copyright (c) 2000-2012 the FFmpeg developers … … 31 31 frame= 240 fps=0.0 q=31.0 Lsize= 1252kB time=00:00:10.00 bitrate=1025.0kbits/s dup=0 drop=31 32 32 video:1057kB audio:177kB subtitle:0 global headers:0kB muxing overhead 1.438361% 33 }}}