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.
Async call for fmpeg which should be switchable #14383
Comments
|
Clarify what do you mean by "fmpeg call async to the download process". |
|
Hello, I mean, that the current workflow is: 1. Download 2. Convert 3. start at 1. |
|
Out of scope. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Hello there,
Could you do the fmpeg call async to the download process? As the download is way faster than the convertion to mp3 for example. I know that I could use the --exec flag, but a native support would be great. This should be switchable for slower connections via a config option or a command parameter.
Best regards,
KernelDev