danjx
7th September 2002, 23:36
After reading this forum and links it pointed to, I would like to experiment by adding a logo to a Gordian Knot project. I think I have to do the following steps. Please advise if I have missed something (or a lot).
1. Got VirtualDub Filters file from http://www.avisynth.org/index.php?page=VirtualDubFilters. Saved as VDub_Filters.avs
2. Create Gordian Knot project and proceed according to Doom9 guide until the encoder tab has the job steps (audio conversion, movie first pass, movie second pass, credits, merge) in it. Do not start the job.
3. Edit the AVS file, adding following near the end of the file:
Import("vdub_filters.avs")
ConvertToRGB()
VD_Logo(xb=0,tolerance=30,filename="c:\Mylogo.bmp",start=10,duration=100)
VD_Logo(xb=0,tolerance=30,filename="c:\MyOtherlogo.bmp",start=200,duration=100)
ConvertToYUY2()
4. Go back to Gordian Knot and start the job.
Does that sound right?
-Dan
1. Got VirtualDub Filters file from http://www.avisynth.org/index.php?page=VirtualDubFilters. Saved as VDub_Filters.avs
2. Create Gordian Knot project and proceed according to Doom9 guide until the encoder tab has the job steps (audio conversion, movie first pass, movie second pass, credits, merge) in it. Do not start the job.
3. Edit the AVS file, adding following near the end of the file:
Import("vdub_filters.avs")
ConvertToRGB()
VD_Logo(xb=0,tolerance=30,filename="c:\Mylogo.bmp",start=10,duration=100)
VD_Logo(xb=0,tolerance=30,filename="c:\MyOtherlogo.bmp",start=200,duration=100)
ConvertToYUY2()
4. Go back to Gordian Knot and start the job.
Does that sound right?
-Dan