Is there any way to convert multiple files with dgpulldown without opening each file manually?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Yes, it can be done. Make a .bat file (text file renamed ".bat") and use something like this:
Code:"C:\your\path\to\DGPulldown.exe" "c:\your\path\to\file.m2v" -o "c:\your\path\to\new_file.m2v" -srcfps 25.00 -destfps 29.97
-
thank you. actually i wanted to convert the files one after the other and not simultaneously... is there any way to tell dgpulldown to start the new conversion after the previous is completed?
-
After reading up on dos a little, I found a couple of possible solutions. One is to add "pause" after each line, exept the last one. You'll still get two dos windows, one for the batch file and one for DGPulldown. When the DGPulldown window finishes, hit any key and the next process starts. The down side is it's not automatic, you have to hit a key to continue the process.
The other way is to add "choice /c:y /t:y,SS". The "y" can be any key, more or less, and the "SS" is seconds up to 99. This works like "pause", except you hit the key you chose ("y"), but continues automaticaly after however many second you set, without a key stroke. The down side here is if it takes more than so many seconds, the next process will start weather the last one has finished or not. Neither way is quite the best answer to me, and this is old school dos stuff so I can't say if it works on XP or not. Still, hope this helps. -
thanks a mil for the research!!
I think im gonna try the second one!
batch file "scripting" should work fine on xp...
Similar Threads
-
Trouble with DGPulldown
By ShitizenGayne in forum Video ConversionReplies: 5Last Post: 19th Nov 2010, 05:34 -
DGPulldown
By Airr in forum MacReplies: 6Last Post: 3rd Feb 2010, 10:38 -
DGPulldown Help
By Maikeru-sama in forum Video ConversionReplies: 13Last Post: 17th Sep 2008, 20:06 -
DGPulldown Question
By Maikeru-sama in forum Video ConversionReplies: 2Last Post: 19th Jun 2008, 16:46 -
DGPulldown and running time?
By ecc in forum Video ConversionReplies: 1Last Post: 19th Dec 2007, 03:23