digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Best script to use for KVCD? (http://www.digitalfaq.com/archives/avisynth/3296-avisynth-best-script.html)

andybno1 04-18-2003 02:19 PM

Avisynth: Best script to use for KVCD?
 
I wanna give one final attempt at lotr extended version, I know I would need to use the 360 min kvcd but does anyone have a recomendation for best script to use??

kwag 04-18-2003 02:26 PM

I think you can just use the KVCD LBR with the current script :wink:

-kwag

andybno1 04-18-2003 02:31 PM

u mean the script in the latest script message?

kwag 04-18-2003 02:32 PM

Quote:

Originally Posted by andybno1
u mean the script in the latest script message?

Yep :)

andybno1 04-18-2003 02:34 PM

where can I get all the filters from? I forgot to back fitcd to cd when I swapped my old hd to my new hd.

kwag 04-18-2003 02:37 PM

Quote:

Originally Posted by andybno1
where can I get all the filters from? I forgot to back fitcd to cd when I swapped my old hd to my new hd.

Download MovieStacker. Also, you'll need STMedianFilter. Search this forum. There are links everywhere pointing to the sources.

-kwag

andybno1 04-18-2003 02:38 PM

cheers kwag :wink: not too confident with moviestacker, don't quite know what I'm doin with it.

andybno1 04-18-2003 03:00 PM

could u help me out with moviestaker kwag? I had a go but it came up with options for the filters, and I just don;t know which settings to use.

kwag 04-18-2003 05:36 PM

Just set your script to look something like this:

Code:

LegalClip()
BicubicResize(496, 448, 0, 0.6, 6, 0, 708, 480)
STMedianFilter(10,50,0,0,10,50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.58))
mergeluma(blur(0.3))
AddBorders(16, 16, 16, 16)
LegalClip()

The lines LegalClip(), BicubicResize(496, 448, 0, 0.6, 6, 0, 708, 480), temporalsmoother(1,2), AddBorders(16, 16, 16, 16) were provided automatically by MovieStacker.
You must manually set the STMedianFilter(10,50,0,0,10,50), unfilter(50,50), merge lines,as they are not implemented yet in MovieStacker.
Use the script above as a reference template for the filter order.

-kwag

andybno1 04-18-2003 05:39 PM

ok, cheers just got to put the plugin lines and source lines in err what are they again, been ages since I done anything.


All times are GMT -5. The time now is 08:07 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.