Ikki tousen script issues

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Ikki tousen script issues

Post by Ghet » Wed Nov 21, 2007 2:10 am

well... i recently borrowed ikki tousen DVDs 1-4 (NTSC) and ripped them to my computer and all those fun things, but the thing is, i suck at scripting, therefore i went and asked a friend who used ikki tousen for their script, only one problem. its PAL.
i thought, no big deal, a few tweakings should fix it, but it only made it worse, so i went back to the original script, only removing the crop - (mftoon is commented out cause i felt like leaving it in there and fastlinedarken is commented out because every time i install the plugin my avsp and vdub crash)

SCREENSHOT TIEMZ! FOR EMPHASIS!
Image
Image

the script is also there, but if you cant see it -

Code: Select all

mpeg2source("H:\IKKI_TOUSEN\Ikki tousen - dvd 1.d2v")
telecide(1)
decimate(5)
deen("c2d, 1")
deen("c3d, 1")
#mftoon(strength=20)
warpsharp()
#fastlinedarken()
Levels(16, 1, 255, 0, 255, coring=true)
converttorgb24()
Crop(0,0,0,-0)
LanczosResize(640,480)

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Wed Nov 21, 2007 11:56 pm

Oh my god what. Did you set AvsP to output 16-bit color, or something (does it even have that option?)?

If not and the output does actually look that bad with the color posterization, then I'd suggest trying the "a" or "w" modes of Deen instead of "c". I would also consider widening the radius a little; it's possible that the 1-pixel ratio you specified is contributing to those abrupt color changes.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Thu Nov 22, 2007 12:03 am

Scintilla wrote:Oh my god what. Did you set AvsP to output 16-bit color, or something (does it even have that option?)?

If not and the output does actually look that bad with the color posterization, then I'd suggest trying the "a" or "w" modes of Deen instead of "c". I would also consider widening the radius a little; it's possible that the 1-pixel ratio you specified is contributing to those abrupt color changes.
its not that horrible, i think something messed up when i screenshotted (maybe cause i accidentally made it a .gif?)
but theres still some visible color posterization

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Nov 22, 2007 10:49 am

... Okay, yeah, that would do it. Can you put up a screenshot or two as a .PNG instead?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Thu Nov 22, 2007 2:18 pm

Scintilla wrote:... Okay, yeah, that would do it. Can you put up a screenshot or two as a .PNG instead?
sure - Image

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Thu Nov 22, 2007 2:27 pm

Image

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 » Thu Nov 22, 2007 5:30 pm

Scintilla wrote:I would also consider widening the radius a little; it's possible that the 1-pixel ratio you specified is contributing to those abrupt color changes.
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
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Fri Nov 23, 2007 7:20 am

Argh. "Ratio" --> "radius", of course.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”