digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Check out the new Convolution3d (http://www.digitalfaq.com/archives/avisynth/1463-avisynth-check-convolution3d.html)

LadyMiles 10-30-2002 09:00 PM

Check out the new Convolution3d
 
This one has presets for animation and dvds here's the link

http://forum.doom9.org/showthread.ph...=convolution3d

kwag 10-30-2002 10:29 PM

Thanks for the link LadyMiles. More brain food :lol:

-kwag

jorel 11-01-2002 12:43 AM

oh yeah,i knew it!
i post there too LadyMiles and think:
why don't (in doom9 forum) answer my question,the thread is unclear!!!???
:cry:

LadyMiles 11-01-2002 01:21 AM

Just keep asking, I guess. I read on VCdhelp that doom9 can be a little snobby, but they have answered a few of my questions. By the way, I have tested the presets and I guess it depends on the source. I tried the "animeLQ" with this old disney dvd I have and it didn't work so well. But I used "vhsBQ" and that worked pretty well on the show I recorded with my ATI AIW 7500 capture card. If anybody has success or failure stories let me know.

jorel 11-01-2002 02:40 AM

Quote:

Originally Posted by LadyMiles
Just keep asking, I guess. I read on VCdhelp that doom9 can be a little snobby, but they have answered a few of my questions. By the way, I have tested the presets and I guess it depends on the source. I tried the "animeLQ" with this old disney dvd I have and it didn't work so well. But I used "vhsBQ" and that worked pretty well on the show I recorded with my ATI AIW 7500 capture card. If anybody has success or failure stories let me know.

please LadyMiles,can you give a list of presets and/or scripts?

thanks in advance! :wink:

jorel 11-02-2002 02:16 AM

@Kwag
can i post the scripts that i use here?
:?:

kwag 11-02-2002 09:29 AM

Quote:

Originally Posted by jorel
@Kwag
can i post the scripts that i use here?
:?:

Well of course :D

-kwag

jorel 11-02-2002 12:27 PM

ok Kwag,i use it all in dvd2s(K)vcds.
ps: JEO is my mix name,don't boring about this.
the number and a "+" is for size and quality..nothing more.
i wish that it could be use for all,i test one by one, and works!! :wink:

all plugins like Unfilter,Convolution3d....are free in doom9 forum.

why don't we(you) change the name of your program to:
DVD2S(K)VCD or DvD2s(Kwag)vcd ? :wink: :idea:


[AVISYNTH_Unfilter with BilinearResize J E O (More Sharpness & Size 4+)]
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=
^x_value=20
^y_value=20

[AVISYNTH_BilinearResize with Unfilter J E O (More Sharpness & Size 8+)]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
!Unfilter.dll=
^x_value=20
^y_value=20

[AVISYNTH_BilinearResize with Convolution3D J E O (Slow,Quality & Size 1+)]
0=LoadPlugin(!MPEG2DEC2.dll)
1=BilinearResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
3=LoadPlugin(!Convolution3D.dll)
4=Convolution3D(preset="animeBQ")
!MPEG2DEC2.dll=
!Convolution3D.dll=

[AVISYNTH_Convolution3D with BilinearResize J E O (slow,Quality & Size 2+)]
0=LoadPlugin(!Convolution3D.dll)
1=Convolution3D(preset="animeBQ")
2=LoadPlugin(!MPEG2DEC2.dll)
3=BilinearResize(^TargetWidth,^TargetHeight)
4=AddBorders(0,^BorderTop,0,^BorderBottom)
!Convolution3D.dll=
!MPEG2DEC2.dll=

[AVISYNTH_BilinearResize, TemporalSmoother, Tweak & Focus2 J E O (Quality & Size 5+)]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!Focus2.dll)
2=Tweak(^Hue,^Saturation,^Bright,^Contrast)
3=Sharpen2(^Sharpen)
4=TemporalSmoother(^Strength,^Radius)
5=BilinearResize(^TargetWidth,^TargetHeight)
6=AddBorders(0,^BorderTop,0,^BorderBottom)
7=LoadPlugin(!MPEG2DEC2.dll)
!Tweak.dll=
!Focus2.dll=
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
^Sharpen=0.6
!MPEG2DEC2.dll=
^Strength=2
^Radius=1

[AVISYNTH_BilinearResize, Tweak, Focus2 & TemporalSmoother J E O (Quality & Size 6+)]
0=LoadPlugin(!MPEG2DEC2.dll)
1=BilinearResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
3=TemporalSmoother(^Strength,^Radius)
4=LoadPlugin(!Tweak.dll)
5=LoadPlugin(!Focus2.dll)
6=Tweak(^Hue,^Saturation,^Bright,^Contrast)
7=Sharpen2(^Sharpen)
!MPEG2DEC2.dll=
^Strength=2
^Radius=1
!Tweak.dll=
!Focus2.dll=
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
^Sharpen=0.3

[AVISYNTH_Unfilter, BilinearResize & TemporalSmoother J E O (Quality & Size 3+)]
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!MPEG2DEC2.dll)
3=BilinearResize(^TargetWidth,^TargetHeight)
4=AddBorders(0,^BorderTop,0,^BorderBottom)
5=TemporalSmoother(^Strength,^Radius)
!Unfilter.dll=
^x_value=15
^y_value=15
!MPEG2DEC2.dll=
^Strength=2
^Radius=1

[AVISYNTH_BilinearResize, TemporalSmoother & Unfilter J E O (Quality & Size 7+)]
0=LoadPlugin(!MPEG2DEC2.dll)
1=BilinearResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
3=TemporalSmoother(^Strength,^Radius)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!MPEG2DEC2.dll=
^Strength=2
^Radius=1
!Unfilter.dll=
^x_value=20
^y_value=20


thats all .......maybe more tomorrow,i test all new before send,ok?

:arrow: :wink: :!:

LadyMiles 11-03-2002 01:35 AM

I am not at my computer right now, I am visiting my folks. But as soon as i get home I'll put up my scripts. I didn't use dvd2svcd, I did all mine manually so I could figure out what are the best filters to use.


All times are GMT -5. The time now is 03:02 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.