[FFmpeg-user] Filter to detect video glitches
Carl Zwanzig
cpz at tuunq.com
Mon Mar 11 04:38:05 EET 2019
On 3/10/2019 6:09 PM, Venkateswaran.S wrote:
> I'm using FFmpeg C API not the cmd util.
The ffmpeg-users list is aimed at command-line users, you might try on the
libav-user mailing list, it covers the libraries themselves
(https://lists.ffmpeg.org/mailman/listinfo/libav-user/).
> how to dump log of decoder.?
If you're calling the decoder directly, the various routines involved will
all return a status. You may need to look into the behavior of the decoders
in how they deal with corrupt data and whether they silently reconstruct a
bad frame.
If you don't already have the ffmpeg source code, it would be a good idea to
download that and look at the routines directly.
z!
More information about the ffmpeg-user
mailing list