PDA

View Full Version : RB-Opt's AVS editing.


L7R
5th April 2006, 14:58
What is the right order to add lines at AVS window. I didn't found any info on RB-Opt readme.txt.:readguid:
Basically I don't know anything about avisynth, but I read it really helps with heavy compressed movies.
Film is Takeshi Kitano's Zatoichi and it has about 3GB of extras and I want to leave them. And I found RB-Opt to be perfect to do that.
For example is it best to add these to the last line, or first add undot/deen and then resize?

jptheripper
5th April 2006, 15:31
just add undot().deen() to the filter editor in rebuilder. it will add it in the right spot

JohnGalt
5th April 2006, 16:00
safest option if you don't know what you're doing is to add the line(s) in rb's filter editor, as jp said. then if there are titles that you don't want filtered, use rb-opt (after rb's prepare phase) and delete the line from the scripts for the titles that you don't want extras filtering done to. that way you don't have to worry about where to insert the line.

L7R
5th April 2006, 19:04
Thanks guys. That was simple and worked great. I would never figured that out by myself. You're the best!:)