Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Question: High CPU from mkv to mp4 #14421
Comments
|
Why do you use |
|
|
@Hrxn Looks like taking out --recode-video mp4 stopped the conversion and just downloaded to mp4 (which in turns solve my original issue). |
I am using "youtube-dl --output --recode-video mp4" option but it looks like it has to first process to mkv to mp4? I think the conversion to mp4 video used to be much faster before I install ffmpeg with apt.
Q1) Is this mkv -> mp4 necessary (is there a way to directly do mp4)?
Q2) CPU usage was quite high and took quite a long time, again is this normal and is there a way to improve on that?