Zergrinch
7th February 2009, 12:40
I'm not sure whether to ask this in the meGUI forum or in the AviSynth forum. I guess it's more related to the latter, so I'll ask it here.
I am trying to run this video through some filters
http://upload.jetsam.org/images//meGUI-01.jpg
My script looks like this:
DirectShowSource("E:\Cooking Master boy\OP ED\[Cooking.Master.Boy][ED3][DVDRip][XviD.MP3](D001A18B).avi", fps=23.976, audio=false)
toon()
deen()
When I load it with meGUI, it looks like this:
http://upload.jetsam.org/images//meGUI-02.jpg
Which is the effect I want to achieve.
But after I use AutoEncode (using x264: DXVA-SD-Anime_Toons HQ), the output looks like this:
http://upload.jetsam.org/images//meGUI-03.jpg
It seems the filters are not being used, really. Am I doing anything wrong?
Thanks.
I am trying to run this video through some filters
http://upload.jetsam.org/images//meGUI-01.jpg
My script looks like this:
DirectShowSource("E:\Cooking Master boy\OP ED\[Cooking.Master.Boy][ED3][DVDRip][XviD.MP3](D001A18B).avi", fps=23.976, audio=false)
toon()
deen()
When I load it with meGUI, it looks like this:
http://upload.jetsam.org/images//meGUI-02.jpg
Which is the effect I want to achieve.
But after I use AutoEncode (using x264: DXVA-SD-Anime_Toons HQ), the output looks like this:
http://upload.jetsam.org/images//meGUI-03.jpg
It seems the filters are not being used, really. Am I doing anything wrong?
Thanks.