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

Invoke ffmpeg automatically after download #1653

Open
ddevault opened this issue Oct 25, 2013 · 0 comments
Open

Invoke ffmpeg automatically after download #1653

ddevault opened this issue Oct 25, 2013 · 0 comments
Labels

Comments

@ddevault
Copy link

@ddevault ddevault commented Oct 25, 2013

It would be quite nice to offer some ffmpeg arguments in the invocation of youtube-dl. For example:

youtube-dl http://youtube.com/foobar :-filter "atempo:1.2" output.mp3

This would download the file, then run:

ffmpeg -i file.mp4 -filter "atempo:1.2" output.mp3

I find myself using ffmpeg right after youtube-dl nearly every time, so this would be a nice thing to have.

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
1 participant
You can’t perform that action at this time.