[FFmpeg-trac] #4867(undetermined:new): Current git master fails to parse some flv files
FFmpeg
trac at avcodec.org
Sat Sep 19 17:39:17 CEST 2015
#4867: Current git master fails to parse some flv files
-------------------------------------+-------------------------------------
Reporter: oromit | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
This seems to affect primarily all flv files creates by
OBS(https://obsproject.com/), but as it works fine with 2.8 and earlier
versions, it's a regression in ffmpeg.
How to reproduce:
{{{
% ./ffprobe ~/Downloads/test.flv
ffprobe version N-75430-g0cfdaf4 Copyright (c) 2007-2015 the FFmpeg
developers
built with gcc 4.9.3 (Gentoo 4.9.3 p1.1, pie-0.6.2)
configuration:
libavutil 55. 2.100 / 55. 2.100
libavcodec 57. 3.100 / 57. 3.100
libavformat 57. 2.100 / 57. 2.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 5.100 / 6. 5.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.100 / 2. 0.100
[flv @ 0x223eba0] Packet mismatch 347 344
[flv @ 0x223eba0] Could not find codec parameters for stream 0 (Video:
none, none, 30720 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
[flv @ 0x223eba0] Could not find codec parameters for stream 1 (Audio:
none, 0 channels, 327 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
/home/timo/Downloads/test.flv: End of file
}}}
Increasing analyzeduation/probesize does not make any difference.
Sample is attached, and i'm going through a bisect right now, will report
back when done.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4867>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list