Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rgaufman opened this issue Oct 31, 2020 · 1 comment
Open

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

rgaufman opened this issue Oct 31, 2020 · 1 comment

Comments

@rgaufman
Copy link

rgaufman commented Oct 31, 2020

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'}]
@gavinbeatty
Copy link
Owner

gavinbeatty commented Nov 2, 2020

It's a good suggestion. I have a new project that does this directly in a single ffmpeg command, and handles subtitles, etc. I plan to publish the source before the end of the year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants