Skip to content

Use mp4v encoding instead of h264 #3

Closed
@raphajaner

Description

@raphajaner

Hi @theRealProHacker ,

Using h264 as a codec for mp4 causes issues on many platforms since it falls under a GPL license (see) but is used in this library:

# https://stackoverflow.com/a/55596396/15046005
codec_dict = {"avi": "DIVX", "webm": "WEBM", "mp4": "h264"}

You actually refer to StackOverflow where they suggest using mp4v instead. Is there a reason you decided to use "h264"? Otherwise, I guess using "mp4v" would be the better choice :)

codec_dict = {"avi": "DIVX", "webm": "WEBM", "mp4": "mp4v"}

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