Baptiste Coudurier <baptiste.coudur...@gmail.com> added the comment:

On 6/30/10 9:25 PM, Alex Converse wrote:
>
> New submission from Alex Converse<alex.conve...@gmail.com>:
>
> http://roundup.ffmpeg.org/file615/yzerman.zip
>
> $ ./ffmpeg -vn -i ../yzerman.mov -f null /dev/null

Well, sample rate is unset by av_find_stream_info.
Then there is huge delay between the video and the audio track due to 
edit list, so video is output first and then probe amount is exceeded.

Maybe a strategy that consist of the codec overriding the values instead 
of systematically unsetting them might be better.
Any problem with that ?

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2053>
________________________________________________

Reply via email to