IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
I would like to use PyAV to decode raw .yuv videos with pixel format yuv422p16le. I am able to load yuv420p .mp4 videos but now raw yuv videos. container = av.open(path_to_vid)
Expected behavior
Be able to load videos and extract frames
Actual behavior
.yuv videos cannot be loaded. With the same method I can load .mp4 videos
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
I would like to use PyAV to decode raw .yuv videos with pixel format yuv422p16le. I am able to load yuv420p .mp4 videos but now raw yuv videos.
container = av.open(path_to_vid)Expected behavior
Be able to load videos and extract frames
Actual behavior
.yuv videos cannot be loaded. With the same method I can load .mp4 videos
Traceback:
Investigation
Research
I have done the following:
Additional context
{{ Add any other context about the problem here. }}
The text was updated successfully, but these errors were encountered: