[FFmpeg-user] Problem with console log
Adam Nielsen
a.nielsen at shikadi.net
Fri Sep 3 12:28:25 EEST 2021
> I have the following problem:
> I recently tested a MOV (codec DV) file that has the following console log
> error
> How can I fix this?
The error means your file has some corruption but ffmpeg is able to
cope with the problem. You can fix it by playing a file that isn't
corrupted, or by using the -loglevel option to hide the warnings, e.g.
-loglevel fatal
Cheers,
Adam.
More information about the ffmpeg-user
mailing list