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.
#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.