Search found 2 matches
- 26 Feb 2010 07:11
- Forum: DOS Batch Forum
- Topic: Need help writing a batch file for mencoder
- Replies: 3
- Views: 6371
Re: Need help writing a batch file for mencoder
thanks for the reply, It seems to find the files, but there are some problems; - It only does one type of video file at a time, is there a way to make it recognize wmv avi and mpg in the same script (other than using *.*)? - The *out string shouldn't include the individual file name (.1.mpg, .2.mpg,...
- 25 Feb 2010 19:39
- Forum: DOS Batch Forum
- Topic: Need help writing a batch file for mencoder
- Replies: 3
- Views: 6371
Need help writing a batch file for mencoder
Hi guys, I want to make an ambitious recursive batch file which loops through a website-style file structure until there are no child folders, then runs mencoder on the collection of video files in that final folder, saving it in the root folder (where the batch was run from) as the folder path to t...