VDubMod slow rendering rate

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

VDubMod slow rendering rate

Post by AaronAMV » Thu Jul 03, 2008 12:38 pm

I just got my Karas DVDs and when I try to Save as .avi it its 1-2.0 fp/s rate. A couple days ago, I had around 7-10 fp/s. Does the length of your script change the rendering rate?

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Thu Jul 03, 2008 12:43 pm

Not the length of the script per se, but what *is* in that script. Some functions are way slower than others.

S.

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Thu Jul 03, 2008 1:09 pm

Telecide(order=0)
Decimate(cycle=5, mode=3, threshold=1.0)
deen("c3d",4,10,12)
temporalcleaner()
mftoon(strength=125)
LimitedSharpen(ss_x=2.0, ss_y=2.0, Smode=2)
tweak(cont=1.0, sat=1.2, bright=1.0)
Crop(2,0,-0,-0)
LanczosResize(848,480)

That's my script. The estimated time is 49 DAYS. I've rendered way faster than this before. My average is around 10 fp/s.

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Thu Jul 03, 2008 1:16 pm

Deen is extremely slow, as is mftoon IIRC. And they're old. See Scintilla's Guide to AVISynth Postprocessing Filters for more options and info on filter speed.

S.

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Fri Jul 04, 2008 9:54 pm

deen isn't usually too bad, but mftoon will kill your encoding speed

I usually save it until after I'm done editing (when I use it, which isn't all too often anymore)
Image
Image

User avatar
ShatteredFlame
Joined: Mon Jan 29, 2007 4:15 pm
Location: New York
Org Profile

Post by ShatteredFlame » Fri Jul 04, 2008 11:18 pm

On a serious note, why do you have that much shit for KARAS? If your using a regular R1 NTSC DVD you shouldn't need any clean up filters at all! It looks fine on it's own =/

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sat Jul 05, 2008 12:56 am

ShatteredFlame wrote:On a serious note, why do you have that much shit for KARAS? If your using a regular R1 NTSC DVD you shouldn't need any clean up filters at all! It looks fine on it's own =/
._."
Because I thought it could use a little touching up, and it worked. It looks way better than it did. :P

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Sat Jul 05, 2008 9:03 am

are you sure it doesn't just look like water colors after all that?

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Sat Jul 05, 2008 9:08 am

JaddziaDax wrote:are you sure it doesn't just look like water colors after all that?
That was precisely my thinking. I think your filtering is way overboard.
ImageImage
That YouTube Thing.

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sat Jul 05, 2008 11:03 am

Kionon wrote:
JaddziaDax wrote:are you sure it doesn't just look like water colors after all that?
That was precisely my thinking. I think your filtering is way overboard.
Yeah I'm sure. I adjusted it to how I liked it. That script I gave you was a different one than I actually used when I rendered it.

Locked

Return to “AviSynth Help”