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.
BatchMode: The option --extract-audio converts again, even if the mp3 already exists #4391
Comments
|
Are you using the |
|
That solves it. Thanks for the quick reply! |
I am downloading a list of youtube URLs from a file with the option --extract-audio url_list.txt
When a video file was already downloaded, then the file is not downloaded again. That's ok.
But when I also pass the option to extract the audio from the video file, then avconv is run again, even if the MP3 also already exists.
It would be nice, if --extract-audio honors existing already converted mp3 files.