Log in

View Full Version : Microsoft Media Encoder: Batch processing files in different directories


Doctor_x86
26th December 2009, 23:13
Merry Christmas, Friends! :)

I need help...
At the entrance there are a lot of files in different directories (WMV1), the output need to get these files with maintaining the structure of directories (in WMV3). How to? with Microsoft Media Encoder

Thanks for advance and sorry for my bad english!

RunningSkittle
27th December 2009, 04:57
use the "for /r" function

for more information type "for /?"

Post more information, like what the directory looks like, what a sample command line looks like, if you want more help.

Doctor_x86
30th December 2009, 07:54
Sorry, but I dont understand how to use the function in the encoder.
Program help for the keyword 'for /r' found only 'To source from a file'

My task looks like this:

DIRSOURCE
-DIR1
---file1.wmv
---file2.wmv
---file1000.wmv

-DIR2
---file1.wmv
---file2.wmv
---file1000.wmv

...

-DIR1000
---file1.wmv
---file2.wmv
---file1000.wmv

Sctructure DIRTARGET must be equal DIRSOURCE