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

Long conversion time from MKV to MP4 when downloading 2K VP9 file #491

Open
roenthomas opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@roenthomas
Copy link

roenthomas commented Sep 11, 2024

The program functions normally, downloads the audio track first, then the video track, before combining them. It then takes the step of converting the mkv file to an mp4 file, and that's where this issue lies.

The conversion seems to take a long time. VP9 (and AAC for the audio) is a codec that is supported by MKV, WEBM and MP4 containers; a remux is all that is needed, rather than a conversion. This preserves stream quality and is also less taxing on the CPU.

On my own computer, using command line, I used the command: ffmpeg -i input.mkv -c copy output.mp4

The remux was completed in seconds. Currently, I'm at least 5 minutes into this conversion within uYou.

Perhaps this can be an enhancement to speed up changing of containers from MKV to MP4?

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

1 participant