PDA

View Full Version : Saving as .avs file


Devils.Advocate
6th November 2008, 20:51
Hey all. I want to add color/brightness etc to a rip. So I created a avs file using megui and then opened it with virtualdubmod and added filters. Now I want to save it .avs file so I can use megui to rip the file. I actually got this whole idea from the post by flebber in the following link: http://forum.doom9.org/showthread.php?p=1166387&highlight=color#post1166387

So is it actually possible to do what I described or did I misunderstood what flebber posted? If it is possible, how do I save as .avs?

I'm sorry if it's quite a noob question.

neuron2
6th November 2008, 21:12
You can't save as an AVS script out of VirtualDub.

You can save an AVI and then write a simple second script to open that AVI for MEGUI.

AVISource("yourAVIfromVdub")

Better would be to simply use the Avisynth filters in your original script and avoid VirtualDub.

Devils.Advocate
6th November 2008, 21:17
Aite, thx.