|
newbreed,
Can it do what I described though? Batch let's say 60 sets of 3 mpegs each set separated by directory? Example:
Directory1:
1.mpeg 2.mpeg 3.mpeg
Directory2:
1.mpeg 2.mpeg 3.mpeg
Batch it so it opens up each directory, splits each file to the specified length, and saves the output to the appropriate directory. Such as:
Directory1:
1.mpeg 1-1.mpeg 2.mpeg 2-2.mpeg 3.mpeg 3-3.mpeg
and follow suit for the rest of the directories.
|