Cheech
4th June 2006, 04:18
In my latest attempt at a sharp encode of a 1080i source, I decided to use mvbob after I saw a quote that it was the "best" deinterlacer around. I tried it out, but it works about the same as SmoothDeinterlace.
When there is no motion the picture is great, but when there is any motion, its back to blur city. So far the best method I have used is just discarding a field, but this seems so depressing that no deinterlacer can touch it at the same output res! Also I don't want to discard because of loosing motion, I suppose I could double the framerate, but that seems like an odd approach.
I am providing some samples so you guys can tell me if this behavior is normal, or if there is a setting I should tweak, or just anything to help me out. Also is it normal to get 3fps encodes with any of the two deinterlaces I mentioned? With discard I get about 20fps.
Here is my script, its set for the discard method now, but you can easily figure out how I went about doing the others.
LoadPlugin("C:\Documents and Settings\Administrator\My Documents\DG MPG Decode\DGDecode.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\NicAudio.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
LoadPlugin("C:\Program Files (x86)\AVISynth 2.5\plugins\AviShader.dll")
Import("C:\Program Files (x86)\AVISynth 2.5\plugins\mvbob.avs")
video=MPEG2Source("Conan 2235.d2v")
audio=WAVSource("Conan 2235 PID 044 T01 3_2ch 384Kbps DELAY -174ms.wav")
AudioDub(video,audio)
#Trim(39,30428)+Trim(35283,49518)+Trim(54104,60149)+Trim(68460,83655)+Trim(91237,95132)+Trim(100192,105945)
Trim(12000,12400)
Crop(0,0,0,-8)
#AssumeTFF()
#Telecide(guide=1,post=2,vthresh=35)
#SmoothDeinterlace(showlace=False)
#mvbob()
SeparateFields()
LanczosResize(960,height,0,0,0,0,8) #8taps
Crop(8,2,-0,-2)
#mvfps()
#Weave()
#SeparateFields()
#Lanczos4Resize(752,424,75,75,-122,-130)
#"C:\WINDOWS\sysWOW64\cscript.exe" "C:\Program Files (x86)\Windows Media
Components\Encoder\WMCmd.vbs" -input "F:\Conan Clips n Shows\Conan #2235
3-29-06\Conan.avs" -output "C:\Documents and Settings\Administrator\Desk
top\Conando2.wmv" -loadprofile "C:\Documents and Settings\Administrator\
Desktop\Conan.prx" -pixelformat YUV12 -v_compopt 1 -v_mslevel 4 -v_numth
reads 2
http://www.nonyaz.com/temp/videos/Sample%20Pack.rar
When there is no motion the picture is great, but when there is any motion, its back to blur city. So far the best method I have used is just discarding a field, but this seems so depressing that no deinterlacer can touch it at the same output res! Also I don't want to discard because of loosing motion, I suppose I could double the framerate, but that seems like an odd approach.
I am providing some samples so you guys can tell me if this behavior is normal, or if there is a setting I should tweak, or just anything to help me out. Also is it normal to get 3fps encodes with any of the two deinterlaces I mentioned? With discard I get about 20fps.
Here is my script, its set for the discard method now, but you can easily figure out how I went about doing the others.
LoadPlugin("C:\Documents and Settings\Administrator\My Documents\DG MPG Decode\DGDecode.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\NicAudio.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
LoadPlugin("C:\Program Files (x86)\AVISynth 2.5\plugins\AviShader.dll")
Import("C:\Program Files (x86)\AVISynth 2.5\plugins\mvbob.avs")
video=MPEG2Source("Conan 2235.d2v")
audio=WAVSource("Conan 2235 PID 044 T01 3_2ch 384Kbps DELAY -174ms.wav")
AudioDub(video,audio)
#Trim(39,30428)+Trim(35283,49518)+Trim(54104,60149)+Trim(68460,83655)+Trim(91237,95132)+Trim(100192,105945)
Trim(12000,12400)
Crop(0,0,0,-8)
#AssumeTFF()
#Telecide(guide=1,post=2,vthresh=35)
#SmoothDeinterlace(showlace=False)
#mvbob()
SeparateFields()
LanczosResize(960,height,0,0,0,0,8) #8taps
Crop(8,2,-0,-2)
#mvfps()
#Weave()
#SeparateFields()
#Lanczos4Resize(752,424,75,75,-122,-130)
#"C:\WINDOWS\sysWOW64\cscript.exe" "C:\Program Files (x86)\Windows Media
Components\Encoder\WMCmd.vbs" -input "F:\Conan Clips n Shows\Conan #2235
3-29-06\Conan.avs" -output "C:\Documents and Settings\Administrator\Desk
top\Conando2.wmv" -loadprofile "C:\Documents and Settings\Administrator\
Desktop\Conan.prx" -pixelformat YUV12 -v_compopt 1 -v_mslevel 4 -v_numth
reads 2
http://www.nonyaz.com/temp/videos/Sample%20Pack.rar