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.
How can I use ffmpeg from youtube-dl? #2508
Comments
|
You can just run youtube-dl with the |
I want to use ffmpeg's
-acodec copy
within the same youtube function
to convert youtube videos from mp4 to m4a
This would be helpful so i only need to input one command to download a video and extract its audio
I don't want to use youtube-dl's -X because
A) the file size is noticeably smaller so I don't know if there's something 'less' about youtube-dl's audio quality
B) youtube-dl doesn't keep the thumbnail pic, but ffmpeg does.
EDIT: Nvm i found out that ffmpeg actually keeps the video when it converts thus the file size...
How can i keep the image thumbnail after doing -x on youtube-dl then?