Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th March 2007, 20:22   #21  |  Link
ficofico
Registered User
 
Join Date: Nov 2006
Posts: 146
Hi guys, now I', trying this varying .... It seems to give very good result.

Code:
ColorMatrix(hints=true)
mvbob
mt("""
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32 )
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4, sharpen=0.6)
FrFun7(1.0,8,4)
Dehalo_alpha()
LimitedSharpenfaster(ss_x=2.0,ss_y=2.0,smode=3,strength=210,overshoot=7)
""")
Lanczosresize(640,512)
ficofico is offline   Reply With Quote
Old 27th March 2007, 21:13   #22  |  Link
ficofico
Registered User
 
Join Date: Nov 2006
Posts: 146
After 2 days of tests I've learn a rule....... never fix with a filter, and never think that this filter is the right filter for your video.
I've interlaced video that I want to deinterlace, denoise and sharpen. For deinterlace mvbob is the best of the bobber, therefore I've used this.
For denoise I've used FFt3dfilter in every its form, all the plane, all sigma, all the "best" value of the guide, but when I sharpen the video with LSF, noise and fastidious halo ruin the video. therefore I've used frfun7 without fft3dfilter, and he erase all the halo and noise.
With Soothe I've sharpen properly the video, and now I'm quite happy
I was deprived of hope, after 2 days of encoding and tests, result from uncompressed avi file (only avisynth seting) had less quality than the original mpeg video watched with dvbviewer and nvidia pure video filter. Now quality is better than original, but I want more. I'm sure that anybody know a better way to restore this video. I want to encode with good quality, because is an important video of an important day.
These are my actual setting:

Code:
mcbob
ColorMatrix()
frfun7(1.1,8,4)
dull  = last.LanczosResize(640,512)
sharp = dull.LimitedSharpenfaster(ss_x=2.0,ss_y=2.0,dest_x=640,dest_y=512,smode=3,strength=130,undershoot=50,soft= 20)
Soothe(sharp,dull,20
for your aid.

This is another part of video, shakira dancing and singing!!
http://ficofico.interfree.it/prova.MPG

p.s. It's a short code but itěs born after hour and hour and houre .... of test!!!!!!!!!!!!!
ficofico is offline   Reply With Quote
Old 27th March 2007, 21:40   #23  |  Link
tsp
Registered User
 
tsp's Avatar
 
Join Date: Aug 2004
Location: Denmark
Posts: 807
Quote:
Originally Posted by ficofico View Post

Code:
mcbob
ColorMatrix()
frfun7(1.1,8,4)
dull  = last.LanczosResize(640,512)
sharp = dull.LimitedSharpenfaster(ss_x=2.0,ss_y=2.0,dest_x=640,dest_y=512,smode=3,strength=130,undershoot=50,soft= 20)
Soothe(sharp,dull,20
for your aid.

This is another part of video, shakira dancing and singing!!
http://ficofico.interfree.it/prova.MPG

p.s. It's a short code but itěs born after hour and hour and houre .... of test!!!!!!!!!!!!!
what about using mt with limitedsharpenfaster?
Code:
mcbob
ColorMatrix()
frfun7(1.1,8,4)
dull  = last.LanczosResize(640,512)
sharp = dull.mt("LimitedSharpenfaster(ss_x=2.0,ss_y=2.0,dest_x=640,dest_y=512,smode=3,strength=130,undershoot=50,soft= 20)")
Soothe(sharp,dull,20
mt might even work with frfun7 mt("frfun7(1.1,8,4)") but I haven't tried that
__________________
Get my avisynth filters @ http://www.avisynth.org/tsp/

Last edited by tsp; 27th March 2007 at 22:27.
tsp is offline   Reply With Quote
Old 27th March 2007, 21:44   #24  |  Link
ficofico
Registered User
 
Join Date: Nov 2006
Posts: 146
oh yes, mt.......... now I try, thanks
ficofico is offline   Reply With Quote
Old 27th March 2007, 23:09   #25  |  Link
ficofico
Registered User
 
Join Date: Nov 2006
Posts: 146
Here a demo of the video encoded with x264 megui profile_hq quality, bitrate 2500.

http://ficofico.interfree.it/prova.mp4
ficofico is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:50.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.