Skip to content

Feature Request: Add support for Transcoding non H.264 streams #17

Description

@rgaufman

Hi there,

I have some MKV files that don't have an H.264 video stream, it would be good to enable support to transcode those, e.g.

$ mkvtomp4 test.mkv
error: appropriate video track not found: [{'number': 0, 'type': 'video', 'codec': 'MS/VFW/FOURCC'}, {'number': 1, 'type': 'audio', 'codec': 'AAC', 'language': 'und'}, {'number': 2, 'type': 'subtitles', 'codec': 'TEXT/ASS', 'language': 'und'}]

Another example:

$ mkvtomp4 test.mkv
error: appropriate audio track not found: [{'number': 0, 'type': 'video', 'codec': 'MPEGH/ISO/HEVC', 'language': 'und', 'fps': 23.976}, {'number': 1, 'type': 'audio', 'codec': 'OPUS'}]

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