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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Oct 2005
Location: Argentina
Posts: 155
|
Filter to remove little bit of jerky movement
Hi there.
I'm encoding several interlaced cartoons to Xvid. I use deinterlace blend=false and a little bit of resize. the thing is the final video has a little jerky motion (mostly up and down, but sometimes sideways ) It's a little bit, maybe a couple of pixels of the whole frame. I don't know if this is because the source (cartoons) or because of the deinterlacing. I suppose it's because the cartoons. The question is, What is the recommended filter to remove this little bit of jerky up and down and sideways motion of the whole frame from time to time ? Thanks. |
|
|
|
|
|
#2 | Link |
|
Angel of Night
![]() Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,567
|
blend=false? fielddeinterlace, then? Try TDeint or LeakKernelDeint. In particular tdeint combined with eedi is good for cartoons but so slow. (This is assuming you're entirely sure it's not telecined, which shouldn't be deinterlaced.)
|
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Oct 2005
Location: Argentina
Posts: 155
|
It's not telecined.
But let's forget for the moment about the deinterlacing stuff ( I'll try anyway your suggestions about deinterlacing ), the problem is with the little bit of jerky movement of the whole frame. any filter can detect this little movement and "keep the frames steady" ? BTW Can you point me to a sample script with Tdeint/EEDI2 usage ? I'm kinda lost... Last edited by Kayaker; 20th March 2006 at 18:17. |
|
|
|
|
|
#4 | Link | |
|
Angel of Night
![]() Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,567
|
Oh, you might need depanstabilize. You might have to play with the settings so it won't mess with pans, but when it works it's great. CelStabilize also works well sometimes (other times fails badly), but it's better measured in seconds per frame than vice versa.
As for eedi: Quote:
|
|
|
|
|
|
|
#6 | Link |
|
Huh?
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
|
Keep in mind that some cartoons (like Ed, Edd and Eddy) are intended to be that way. As for how to deinterlace according to foxyshadis's suggestion, here it is:
Code:
How to IVTC: For TFF clips: AssumeTFF() Interp = SeparateFields().SelectEven().EEDI2(field=1) Deinted=TDeint(order=1,field=1,edeint=Interp) TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted) TDecimate(mode=1) For BFF clips: Interp = SeparateFields().SelectEven().EEDI2(field=0) Deinted = TDeint(order=0,field=0,edeint=Interp) TFM(mode=6,order=0,PP=7,slow=2,mChroma=true,Clip2=Deinted) TDecimate(mode=1) How to Deinterlace: For TFF clips: AssumeTFF() Interp = SeparateFields().SelectEven().EEDI2(field=1) TDeint(order=1,field=1,edeint=Interp) For BFF clips: Interp = SeparateFields().SelectEven().EEDI2(field=0) TDeint(order=0,field=0,edeint=Interp) How to Bob: For TFF Clips: Interp = SeparateFields().EEDI2(field=3) TDeint(mode=1,order=1,edeint=Interp) For BFF Clips: Interp = SeparateFields().EEDI2(field=2) TDeint(mode=1,order=0,edeint=Interp) [edit]Oops, beaten to the punch .
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it. Last edited by Chainmax; 20th March 2006 at 20:18. |
|
|
|
|
|
#9 | Link |
|
Huh?
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
|
It seems I got the deiterlacing part wrong, post corrected.
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it. |
|
|
|
|
|
#10 | Link |
|
Registered User
Join Date: Oct 2005
Location: Argentina
Posts: 155
|
Fool of me !!!
After several hours of struggling around with several deinterlacers and a lot of parameters, always getting jagged lines and artifacts, I saw what I should have seen in the first place.... It was telecined material. I'll whip myself and sing along "I must check telecine properly before any deinterlacing" Thanks you all for the time and support. Next time I'll bring a more intelligent question
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|