I have a .webm video file that is expected to be 45 minutes (this is how long the recording was). It was 45mins of 720p and the filesize is around 1GB.
The video file stops playing after 5 minutes. When I tried converting it with ffmpeg, to see if there is any damage, the conversion happens, but only the first 5 minutes are output with a 30MB file. During conversion, the console shows the following warnings:
[webm @ 0x7ffa2181f000] Non-monotonous DTS in output stream 0:1; previous: 299933, current: 299893; changing to 299933. This may result in incorrect timestamps in the output file.
[webm @ 0x7ffa2181f000] Non-monotonous DTS in output stream 0:1; previous: 299933, current: 299913; changing to 299933. This may result in incorrect timestamps in the output file.
[libopus @ 0x7ffa2180f800] Queue input is backward in time
(These errors appear many many many times….. I assume over 1000x.. are these corrupted frames?)
I would appreciate any help,
Thank you very much.