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

Async call for fmpeg which should be switchable #14383

Closed
KernelDev opened this issue Oct 2, 2017 · 3 comments
Closed

Async call for fmpeg which should be switchable #14383

KernelDev opened this issue Oct 2, 2017 · 3 comments

Comments

@KernelDev
Copy link

@KernelDev KernelDev commented Oct 2, 2017

  • I've verified and I assure that I'm running youtube-dl 2017.10.01

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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


@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 2, 2017

Clarify what do you mean by "fmpeg call async to the download process".

@KernelDev
Copy link
Author

@KernelDev KernelDev commented Oct 4, 2017

Hello,

I mean, that the current workflow is: 1. Download 2. Convert 3. start at 1.
The optimized flow of the programm should be: 1. Download +start a demon to convert the file. While the first file is converting, the other pending downloads can run an start their own converter demon

@KernelDev KernelDev closed this Oct 4, 2017
@KernelDev KernelDev reopened this Oct 4, 2017
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 4, 2017

Out of scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.