McLinux on 14 Jul 2004 12:37:02 -0000 |
Hi All, I am using ffmpeg to convert my dv video to DVD Video. For the same I have used following command: ffmpeg -i INPUT/0000.avi -vcodec mpeg2video -r 25 -s 704x576 -b 5000 -ab 224 -ar 48000 -ac 2 -hq -deinterlace 0000.mpg $ ffmpeg -i INPUT/0000.avi -vcodec mpeg2video -r 25 -s 704x576 -b 5000 -ab 224 -ar 48000 -ac 2 -hq -deinterlace 0000.mpg ffmpeg version 0.4.8, build 4717, Copyright (c) 2000-2004 Fabrice Bellard built on Jul 8 2004 17:14:40, gcc: 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Input #0, avi, from 'INPUT/0000.avi': *Duration: 00:14:30.4, bitrate: 29829 kb/s* Stream #0.0: Video: dvvideo, 720x576, 25.00 fps Stream #0.1: Audio: pcm_s16le, 32000 Hz, stereo, 1024 kb/s Output #0, mpeg, to '0000.mpg': Stream #0.0: Video: mpeg2video (hq), 704x576, 25.00 fps, q=2-31, 5000 kb/s Stream #0.1: Audio: mp2, 48000 Hz, stereo, 224 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding AC EOB marker is absent pos=640kB time=127.0 bitrate=5248.1kbits/s AC EOB marker is absent pos=68 AC EOB marker is absent pos=64 AC EOB marker is absent pos=64 AC EOB marker is absent pos=64 AC EOB marker is absent pos=64 *frame= 7172 q=3.4 Lsize= 183604kB time=286.0 bitrate=5259.8kbits/s* video:175075kB audio:7819kB global headers:0kB muxing overhead 0.388311% The problem that is coming up is that I dont have the full length video in the output file. The length of input file is 14:30 min, but that of output file is around 4:46 mins only. Any clues as what may be happening here? TIA. -McLinux
|
|