-
- Downloads
Add a check to reject undecodable video streams.
In some cases, ffmpeg will be able to read the file, but the video itself can't be decoded (missing/corrupt stream headers, for example). In this case, some of the properties on the stream object will be nil. Make sure that pix_fmt is present in the probed info, since that's a required property.
Please register or sign in to comment