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

[Feature-Request] - Incorporate switch to execute ffmpeg or ffplay with the link #13184

Closed
james28909 opened this issue May 22, 2017 · 2 comments
Closed

Comments

@james28909
Copy link

@james28909 james28909 commented May 22, 2017

I just spent 5 hours or better trying to figure out how to send the output from youtube-dl to ffmpeg in cmd on windows 10(64bit). i ended up using this if anyone wants it:
for /f "delims=" %i in ('youtube-dl -g "ytsearch:**query**" -f bestaudio') do set var=%i & ffmpeg -y -i "%i%" -f opus pipe:1 | ffplay -i -

@james28909
Copy link
Author

@james28909 james28909 commented May 22, 2017

or if someone has a better way to do it, please enlighten me :)

@dstftw dstftw closed this May 23, 2017
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.