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.
Checking for ffmpeg twice #17416
Checking for ffmpeg twice #17416
Comments
|
If you run it without any parameters it should not check anything. If you run it with |
|
Ok, i have a |
Before submitting an issue make sure you have:
What is the purpose of your issue?
When running youtube-dl (without any parameters) it always checks ffmpeg and ffprobe versions twice.
I think it's useless to check versions of binaries twice.
I'd be happy with a
--force-ffmpeg-version=4.0.2parameter, for skip checking binaries on every run. (I run a dozens of youtube-dl per one second)