News:

--

Main Menu

Batchfile help needed (scanning subfolders)

Started by arough, January 17, 2014, 05:11:07 PM

Previous topic - Next topic

arough

Hey guys,

I need help with my batchfile.
I'm relatively new to avidemux but this script works just fin for me:

set avidemux="C:\Program Files\Avidemux 2.6 - 64bits\avidemux.exe"
for %%f in (*.mkv) do %avidemux% --force-alt-h264 --load "%%f" --run test.py --save "%%f.mkv" --quit

My only problem is that i sorted my files already and want the batch to scan all subfolders too.
Is this possible?

Thanks in advance =)

arough

I12learn


arough

I think this would be the perfect article to help me, if I just knew "how to batch" =)

The batch I mentioned above is like a puzzle. I read some posts and bashed the needed ones together.
So if anyone could please modify my batch so it works or I have a clue what to do =)