Log in

View Full Version : Looking for a JobList Generator for VDMod! Open and proceed many files


Eric B
27th May 2006, 18:28
I ve just made a profile to encode my video coming from my digital camera.
#ASYNTHER source APN mov
LoadPlugin("UnDot.dll" )
LoadPlugin("FluxSmooth.dll" )
[DirectShowSource("%f" , fps=30)]
ConvertToYV12()
Undot()
FluxSmoothST(7,7)

Now, I would like to encode my videos in 2 passes with the x264 codec.

As I have many videos to encode, it is quite boring to open the opendialog/use avisynth profile and then set the 2 passes for each of them.

It there any software that take a list of many files as input and apply the same encoding settings to all of them?

In the jobs List, I see that the "save job list" generate a ascii file. Actually, I would need something to generate it from my inputs files (which generate the output names automatically, e.g. file_pass1 and file_pass2).
The Jobs / "save processing settings" could also help, but I would like to open many files at once.

How I can proceed? Thanks for your help.

communist
27th May 2006, 18:47
http://forum.doom9.org/showthread.php?t=88380
http://www.avisynth.org/BatchScripting
Batch generating avs files.

http://dubman.sourceforge.net/
To create job file from multiple files for VD.

Eric B
28th May 2006, 22:27
Thanks a lot, it fills exactly what I was looking for. I've configured my Jobs in VDMod, and can let them run tomorrow (60 videos -> 120 jobs).