View Full Version : forgot to do 3:2 pulldown
gavo
2nd November 2004, 01:10
ANd I dont have the regular files to save. I tryed to use the program pulldown.exe but it only loads mpv and I have mpv,mpa,vaf. Please suggest another program that can run at batch.
auenf
2nd November 2004, 10:26
pulldown only needs to be run on the video, and the vaf file is only used by CCE.
Enf...
gavo
4th November 2004, 18:39
still looking for 3:2 pulldown program, that supports batch tho.
Matthew
5th November 2004, 22:55
pulldown.exe is command-line based and hence supports batch. Use the FOR (DOS) command if you like.
vsaltv
13th November 2004, 04:28
Matthew can you please go over the FOR command in DOS, also do you know of any references to advanced DOS scripting I could have fun reading? Thanks!
Matthew
13th November 2004, 07:41
Don't know of any references to advanced dos scripting, but "help FOR" in a DOS box will explain the FOR command. Anyway for pulldown this sort of thing would do the trick when placed in a .bat :)
SET DIR=C:\hello
FOR %%A IN (*.m2v) DO (pulldown.exe %DIR%\%%A %DIR%\%%~nA- pulldowned.m2v -drop_frame true)
The %%A is purely arbitrary, could be %%1 or something. %%~nA is %%A without the extension e.g. video.m2v becomes video, so the output is video-pulldowned.m2v
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.