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.
[Feature-Request] - Incorporate switch to execute ffmpeg or ffplay with the link #13184
Comments
|
or if someone has a better way to do it, please enlighten me :) |
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 -