-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
When using a .mp4 file format with run.py I get the following error:
OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)'
OpenCV: FFMPEG: fallback to use tag 0x7634706d/'mp4v'
2019-02-11 15:50:23.099 Python[53789:715434] AVF: AVAssetWriter status: Cannot create file
And later the final ValueError: not enough values to unpack (expected 3, got 2) which I assume is just the result of opencv not being able to read the files I'm passing to it
What are the limitations on compatible video formats? (p.s. I tried .avi and .mov too)
wenredo and AniOjha
Metadata
Metadata
Assignees
Labels
No labels