[Help] Batch script for recursively creating audio files 2018-02-05 01:02:51 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.
Re: [Help] Batch script for recursively creating audio files Reply #1 – 2018-02-05 17:05:04 Nevermind, I found a nice workaround : https://hydrogenaud.io/index.php/topic,115459.new.html#newI hope it can help other people.