22 May 2012 10:53
#1341(FFmpeg:new): ffmpeg -async 1 broken for wmv files
FFmpeg <trac <at> avcodec.org>
2012-05-22 08:53:58 GMT
2012-05-22 08:53:58 GMT
#1341: ffmpeg -async 1 broken for wmv files
---------------------------------+--------------------------------------
Reporter: maccara | Type: defect
Status: new | Priority: normal
Component: FFmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+--------------------------------------
Seems something is awry with the master branch with -async 1.
Used to work fine, but now I get "Error in av_buffersink_get_buffer_ref():
Invalid argument" for most audio packets for practically all wmv files
(and replicated with one flv file also; possibly happens in general with
containers having variable framerate video?) resulting in corrupt audio as
a result. A couple of files in avi container I tested did not exhibit this
issue.
Seems like a regression.
Simple test case with file downloaded from
http://sourceforge.net/projects/vspeech/files/VSpeech%20Tutorial/1.0/tur1_shortcut.WMV/download
{{{
ffmpeg started on 2012-05-22 at 11:29:23
Report written to "ffmpeg-20120522-112923.log"
Command line:
ffmpeg -y -report -i tur1_shortcut.WMV -vn -async 1 -f wav nul
ffmpeg version N-40932-g42e80eb Copyright (c) 2000-2012 the FFmpeg
developers
(Continue reading)
RSS Feed