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.
Post Processing System Command List - launch command or file #1897
Comments
|
I'm using youtube-dl in Windows 7. My use case is to take MPEG DASH audio (m4a) and convert it to AAC LC (m4a). WinAmp can only the latter. After I download the m4a (-f 140) from YouTube, I would call a batch file that will convert the file via ffmpeg using the parameters I want (ffmpeg -i "input.m4a" -vn -c:a copy "output.m4a") and then delete the original m4a that was downloaded by youtube-dl. I could achieve all this in a Windows batch file, and I imagine as a bash script as well. |
|
Can this issue be closed? |
This can be used to do completion moving and sending a file to the media player etc.
Also in terms of
Before processing list
Before processing file
After processing file
After processing list