Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Help] Batch script for recursively creating audio files (Read 1814 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Help] Batch script for recursively creating audio files

Hi everybody,

To manage my video collection, I am considering doubling all my video files by empty audio files that I could tag easily.

Having hundreds of videos, I am looking for a .bat script that would do the following :
- Scan a given root folder recursively
- For each video found with a given extension (ex : .mkv, mp4), create an empty audio file of a given format (ex : .ogg), and give it the same name as the corresponding video file (ex : myvideo.mkv -->myvideo.ogg)

Could somebody help me achieve this ? Thanks.