Open newadventure079 opened 1 year ago
I used the following command and got this output:
ffmpeg -v error -i 'video.wmv' -f null NUL
Error while decoding stream #0:1: Invalid data found when processing input
Last message repeated 26 times
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6893 >= 6893
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6926 >= 6926
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6929 >= 6929
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6937 >= 6937
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6940 >= 6940
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6948 >= 6948
[null @ 0x13be07240] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6956 >= 6956
Error while decoding stream #0:1: Invalid data found when processing input
Last message repeated 2 times
I dont know if these are real errors or not. I've read sometimes ffmpeg will output stuff that isn't really that big of a deal
I ran the same ffmpeg command as above but with a file that wasn't logged as bad in the app and ffmpeg produced no error lines, so that's good :)
After googling, I found this that may help: https://superuser.com/questions/978888/application-provided-invalid-non-monotonically-increasing-dts-in-ffmpeg
It seems like it's not really an error per-se
It looks like the only error messages that are from broken, unplayable videos are: Could not open input, file is probably broken
and Height (0) or width (0) = 0
Many of my videos are encoded with AC1 codec and all these give this error, it seems the app will have to be updated to also use that codec
Hey @begijnhofdendermonde thanks for contributing! I'm not sure what you mean by AC1, it only seems to be an audio codec... Did you mean AV1 ?
I get the following error often for a various number of videos.
[17:23:28] ERROR with video.wmv : failed to take capture
I played the file in VLC, IINA, Movist Pro and it played fine. I even checked for corruption with ffprobe.
ffprobe result of
1
is failure and0
is successWhat command is the app using to detect corrupt videos? Is it using ffmpeg/ffprobe version 5?