New submission from skywriter <[EMAIL PROTECTED]>: I tried to convert file from PCM to AC3. Duration of input file is 189 min 54 sec. Size of input file is 2 188 509 740 bytes. Duration of target file is 3 minutes lesser than input file. It seems ffmpeg truncates only first 2GB of input file.
$ ./ffmpeg -i /mnt/3RD/Video/DVD_out/zren4.wav -ab 128000 -acodec ac3 zren4.ac3 FFmpeg version SVN-r10532, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.13.3 built on Sep 20 2007 00:45:03, gcc: 4.1.2 20070302 (prerelease) (4.1.2-1mdv2007.1) Input #0, wav, from '/mnt/3RD/Video/DVD_out/zren4.wav': Duration: 03:09:58.4, bitrate: 1536 kb/s Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s File 'zren4.ac3' already exists. Overwrite ? [y/N] y Output #0, ac3, to 'zren4.ac3': Stream #0.0: Audio: ac3, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding [pcm_s16le @ 0x84aaa30]invalid PCM packet.0kbits/s Error while decoding stream #0.0 size= 174762kB time=11184.8 bitrate= 128.0kbits/s video:0kB audio:174762kB global headers:0kB muxing overhead 0.000000% ---------- messages: 620 nosy: skywriter priority: important status: new substatus: new title: FFMPEG truncates file greater than 2GB type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue173> ______________________________________________________
