[FFmpeg-trac] #2419(FFprobe:closed): ffprobe reports error on timecode stream
FFmpeg
trac at avcodec.org
Tue Sep 17 16:09:25 CEST 2013
#2419: ffprobe reports error on timecode stream
------------------------------------+-----------------------------------
Reporter: milix | Owner:
Type: defect | Status: closed
Priority: normal | Component: FFprobe
Version: git-master | Resolution: fixed
Keywords: timecode | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
------------------------------------+-----------------------------------
Changes (by saste):
* analyzed: 0 => 1
* status: new => closed
* resolution: => fixed
* reproduced: 0 => 1
Comment:
Should be fixed in:
{{{
commit 5d12ec8fb7e6022f23e5c155e42e531cea9bd860
Author: Stefano Sabatini <stefasab at gmail.com>
Date: Mon Sep 16 19:20:56 2013 +0200
ffprobe: downgrade log level for non fatal errors in open_input_file()
Since the errors are not fatal, it is less confusing not to show them
as
errors but as warnings.
Arbitrarily fixes trac ticket #2419.
}}}
If I understand the problem correctly, it should be addressed by simply
downgrading the error message. I'm not still sure this is the better way
to fix the problem, since ffprobe/libavcodec is not supposed to "decode"
data stream, but at least this should make the output clearer. Feel free
to reopen the ticket if you can suggest a better solution.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2419#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list