I have a lot of files to process... over five hundred.
It would be helpful to speed things up a bit.
I'm extracting each movie's audio file in terminal using ffmpeg.
Is it possible to create an application to help with this?
It would be helpful to speed things up a bit.
I'm extracting each movie's audio file in terminal using ffmpeg.
Is it possible to create an application to help with this?
- open Terminal
- type ffmpeg -i
- ask for the movie file
- type -vn
- automatically output an audio file with the movie's name in the same directory