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. |
27th June 2007, 13:07 | #1 | Link |
Registered User
Join Date: May 2007
Posts: 7
|
deinterlacing 1080i with eedi2 and tdeint errors
I am trying to deinterlace a 50fps h264 1080i broadcast to 25fps using eedi2 and tdeint. Here is my avs script:
Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll") LoadPlugin("DGAVCDecode.dll") AVCSource("lcd.dga") trim(378, 388) edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2() TDeint(edeint=edeintted) Crop(4,0,-4,-2) BicubicResize(960, 544) I'm really not sure what's going on here any help would be appreciated. |
27th June 2007, 14:09 | #2 | Link |
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,655
|
this is due to motionmasking artifacts.
you may use yadif or securebob. but as you are halving the resolution anyway there is no need for high quality interpolation methods. so you could be fully satisfied with separatefields().selecteven() and horizontal ONLY resizing (do not alter the vertical pixelcount!) also be sure to crop 1088 lines to 1080 lines before any processing!
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
27th June 2007, 14:28 | #4 | Link |
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,655
|
provide an unprocessed sample clip (the demuxed h264 suffices).
normally there cannot occur lines after separatefields().selecteven()!
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
27th June 2007, 14:45 | #5 | Link |
Registered User
Join Date: May 2007
Posts: 7
|
This is the part where the lines are most noticeable, it usually seems to happen when there are flashes or lots of movement. I can give you a longer clip if you need.
http://rapidshare.com/files/39646464/test.ts.html |
27th June 2007, 14:58 | #7 | Link |
Registered User
Join Date: May 2007
Posts: 7
|
easiest thing to do would be ffdshow libavc for decoding and haali (http://haali.cs.msu.ru/mkv/) for demuxing then DirectShowSource in the .avs. Is that what you were after?
|
27th June 2007, 21:57 | #11 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,889
|
try to use
tdeint(mthreshL=0)
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
28th June 2007, 14:11 | #13 | Link | |
Registered User
Join Date: May 2007
Posts: 7
|
Quote:
I've just tried tdeint(mthreshL=0) and it's looking good, don't know whether to use that or Yadif now . Thanks Last edited by nomis1804; 28th June 2007 at 14:27. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|