The weirdest error I have ever seen

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

The weirdest error I have ever seen

Post by Gepetto » Wed Jun 27, 2007 3:18 pm

I can't even imagine what's causing this. I have the simplest script possible and it won't open for the oddest reason. You'll certainly be amused.

First off, here's my script:

Code: Select all

mpeg2source("CDZ13.d2v",cpu=4)
Telecide(order=1,guide=1)
Decimate(cycle=5,mode=2)
I haven't done anything else. The .d2v is in the same folder as the .avs (obvious from the relative filepath) and if I comment out the second and third lines, it works.

Now, can someone explain what the hell this is?

<a href="http://photobucket.com" target="_blank"><img src="http://img.photobucket.com/albums/v395/ ... s/1984.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a>

"order" is only the most important argument in Telecide and VirtualDubMod tells me that it isn't valid. How do I fix that? I realize that there are other ways to do this, but I've used this exact same DVD before (Saint Seiya volume 13, NTSC region 4 Brazillian release) and Telecide works perfectly, better than any other method I know of. This is old school telecine, after all.

Thanks in advance,

--Gepetto
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Wed Jun 27, 2007 3:51 pm

Newer versions of Decomb don't have the "order" parameter any more. Nowadays the order has to be specified like this:

Code: Select all

AssumeTFF()
Telecide()
Decimate()

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Wed Jun 27, 2007 4:02 pm

This is what happens when you spend two years without using DVD footage... I seriously thought my computer had gone insane. Thank you, Janzky!
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
Shazzy
Joined: Sat Jun 12, 2004 8:15 pm
Location: The Universe
Contact:
Org Profile

Post by Shazzy » Thu Jun 28, 2007 4:22 pm

TFM > Telecide.
AMV guides for Mac users
DOWNLOAD THIS AMV
Quarter-life crisis: a sense that everyone is, somehow, doing better than you.

Locked

Return to “AviSynth Help”