Hi, have a video camera (Aiptek HD) that produces videos with video-codec AVC/h264 and audio-codec aac in a MOV-Container. Current FFMpeg-Versions cannot convert these videos, older versions did. If /libavformat/mov.c is the mov-demuxer it seems to me revision 15830 breaks something. On my windows box I use the builds from http://sourceforge.net/projects/mplayer-win32/ revision 15666 can read the video, revision 16043 cannot Using rev 15666 the output reads: C:\Programme\ffmpeg\ffmpeg.exe -y -i broken_by_rev15830.MOV a.avi FFmpeg version Sherpya-r15666, Copyright (c) 2000-2008 Fabrice Bellard, et al. libavutil 49.12. 0 / 49.12. 0 libavcodec 52. 0. 0 / 52. 0. 0 libavformat 52.22. 1 / 52.22. 1 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 6. 1 / 0. 6. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Oct 22 2008 23:37:16, gcc: 4.2.5 20080919 (prerelease) [Sherpya] Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'broken_by_rev15830.MOV': Duration: 00:00:03.63, start: 0.000000, bitrate: 8173 kb/s Stream #0.0(eng): Video: h264, yuv420p, 1440x1080, 29.97 tb(r) Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16 Output #0, avi, to 'a.avi': Stream #0.0(eng): Video: mpeg4, yuv420p, 1440x1080, q=2-31, 200 kb/s, 29.97 tb(c) Stream #0.1(eng): Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding [h264 @ 015681F0]AVC: Consumed only 252033 bytes instead of 252036 [h264 @ 015681F0]AVC: Consumed only 3273 bytes instead of 3276 [h264 @ 015681F0]AVC: Consumed only 17185 bytes instead of 1718850.9kbits/s [h264 @ 015681F0]AVC: Consumed only 46865 bytes instead of 468684.0kbits/s [h264 @ 015681F0]AVC: Consumed only 10901 bytes instead of 10904 [h264 @ 015681F0]AVC: Consumed only 17417 bytes instead of 174208.4kbits/s ... Using rev 16043 the output reads: C:\Programme\ffmpeg\ffmpeg.exe -y -i broken_by_rev15830.MOV a.avi FFmpeg version SVN-r16043-Sherpya, Copyright (c) 2000-2008 Fabrice Bellard, et a l. libavutil 49.12. 0 / 49.12. 0 libavcodec 52. 6. 1 / 52. 6. 1 libavformat 52.23. 1 / 52.23. 1 libavdevice 52. 1. 0 / 52. 1. 0 libavfilter 0. 1. 0 / 0. 1. 0 libswscale 0. 6. 1 / 0. 6. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Dec 10 2008 18:25:26, gcc: 4.2.5 20080919 (prerelease) [Sherpya] Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'broken_by_rev15830.MOV': Duration: N/A, bitrate: N/A Output #0, avi, to 'a.avi': Output file #0 does not contain any stream Thnaks for looking into this, Bernhard Döbler programmer@bardware.de