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

Post Processing System Command List - launch command or file #1897

Open
sirinath opened this issue Dec 5, 2013 · 2 comments
Open

Post Processing System Command List - launch command or file #1897

sirinath opened this issue Dec 5, 2013 · 2 comments

Comments

@sirinath
Copy link

sirinath commented Dec 5, 2013

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

@sunk818
Copy link

sunk818 commented Nov 7, 2014

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.

Superuser reference

Winamp support thread

@jonscoresby
Copy link

Can this issue be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants