Avidemux Forum

Avidemux => Windows => Topic started by: arough on January 17, 2014, 05:11:07 PM

Title: Batchfile help needed (scanning subfolders)
Post by: arough on January 17, 2014, 05:11:07 PM
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
Title: Re: Batchfile help needed (scanning subfolders)
Post by: I12learn on January 17, 2014, 07:13:44 PM
maybe this (http://technet.microsoft.com/en-us/library/cc753551(v=ws.10).aspx) would help you out.
Title: Re: Batchfile help needed (scanning subfolders)
Post by: arough on January 18, 2014, 03:35:27 PM
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 =)
Title: Re: Batchfile help needed (scanning subfolders)
Post by: I12learn on January 19, 2014, 05:17:09 PM
http://technet.microsoft.com/en-us/library/cc753551(v=ws.10).aspx
maybe you haven't click the above link, that I posted before