Skip to content

AVAssetWriter status: Cannot create file #96

@edrdos101

Description

@edrdos101

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions