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

Remux mp3 input files to mkv #3

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Conversation

MaxPower15
Copy link
Member

I tested with an mp3 file that insisted on adding gaps at each segment. I'm not sure what it is about the mp3 format that causes the issue, but it can be fixed without transcoding by remuxing the input file to MKV. MKV is a good general purpose container to repackage to because it supports so many codecs and it's generally well-supported by ffmpeg.

Fixes #2

@MaxPower15 MaxPower15 changed the title Mms/remux mp3 input files to mkv Remux mp3 input files to mkv Feb 11, 2024
@MaxPower15 MaxPower15 merged commit 9f4fdd7 into main Feb 11, 2024
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

Successfully merging this pull request may close these issues.

Using mp3 as demo input may cause breaks between segments
1 participant