dragon_warrior
26th September 2010, 13:04
Hi there, I have some HD 1080i videos and I wanna rip it to HD 720p ones. Everything went fine except this
Source :
http://img829.imageshack.us/img829/2916/ladygagabadromanceh264p.jpg
Output
http://img826.imageshack.us/img826/2916/ladygagabadromanceh264p.jpg
Also, this is my script:
DirectshowSource("E:\Nhac\Music Videos\HD-VOB Music Videos\Lady_Gaga___Bad_Romance__H264_Palladia_1080i_AmazonBoy_.ts")
crop( 10, 10, -10, 0)
LoadCplugin("C:\Program Files\RipBot264\Tools\AviSynth plugins\Yadif\Yadif.dll")
video=yadif(mode=0,order=1)
Spline36Resize(1280,720)
Import("C:\Program Files\megui\tools\avisynth_plugin\SeeSaw.avs")
a= last
b=a.degrainmedian(limitY=3, limitUV=5,mode=0).VagueDenoiser(threshold=1.2, method=1, nsteps=6, chromaT=0.8)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16, sootheS=20)
video=Levels(video,16, 1, 235, 0, 255, coring=false)
Grainfactory3(1,1,1)
Is there anything wrong? What can I do to enhance the quality, I mean, to make the video looks better? My eyes tell me that the video is too blurry for a HD-720p
P/S: I used RipBot264 instead of MeGUI :thanks:
Source :
http://img829.imageshack.us/img829/2916/ladygagabadromanceh264p.jpg
Output
http://img826.imageshack.us/img826/2916/ladygagabadromanceh264p.jpg
Also, this is my script:
DirectshowSource("E:\Nhac\Music Videos\HD-VOB Music Videos\Lady_Gaga___Bad_Romance__H264_Palladia_1080i_AmazonBoy_.ts")
crop( 10, 10, -10, 0)
LoadCplugin("C:\Program Files\RipBot264\Tools\AviSynth plugins\Yadif\Yadif.dll")
video=yadif(mode=0,order=1)
Spline36Resize(1280,720)
Import("C:\Program Files\megui\tools\avisynth_plugin\SeeSaw.avs")
a= last
b=a.degrainmedian(limitY=3, limitUV=5,mode=0).VagueDenoiser(threshold=1.2, method=1, nsteps=6, chromaT=0.8)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16, sootheS=20)
video=Levels(video,16, 1, 235, 0, 255, coring=false)
Grainfactory3(1,1,1)
Is there anything wrong? What can I do to enhance the quality, I mean, to make the video looks better? My eyes tell me that the video is too blurry for a HD-720p
P/S: I used RipBot264 instead of MeGUI :thanks: