{"id":713,"date":"2006-09-23T14:46:18","date_gmt":"2006-09-23T11:46:18","guid":{"rendered":"http:\/\/www.mummila.net\/nuudelisoppa\/index.php\/?p=713"},"modified":"2006-09-23T14:46:18","modified_gmt":"2006-09-23T11:46:18","slug":"deinterlace-and-ivtc-with-avisynth-tdeint-and-eed2","status":"publish","type":"post","link":"https:\/\/mummila.net\/nuudelisoppa\/2006\/09\/23\/deinterlace-and-ivtc-with-avisynth-tdeint-and-eed2\/","title":{"rendered":"Deinterlace and IVTC with AviSynth, TDeint and EED2"},"content":{"rendered":"<blockquote><p><b>How to <acronym title=\"Inverse Telecine\">IVTC<\/acronym>:<\/b><\/p>\n<p><span style=\"text-decoration: underline\">For <acronym title=\"Top Field First\">TFF<\/acronym> clips:<\/span><br \/>\n<code>AssumeTFF()<br \/>\nInterp = SeparateFields().SelectEven().EEDI2(field=1)<br \/>\nDeinted=TDeint(order=1,field=1,edeint=Interp)<br \/>\nTFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted)<br \/>\nTDecimate(mode=1)<\/code><\/p>\n<p><span style=\"text-decoration: underline\">For <acronym title=\"Bottom Field First\">BFF<\/acronym> clips:<\/span><br \/>\n<code>Interp = SeparateFields().SelectEven().EEDI2(field=0)<br \/>\nDeinted = TDeint(order=0,field=0,edeint=Interp)<br \/>\nTFM(mode=6,order=0,PP=7,slow=2,mChroma=true,Clip2=Deinted)<br \/>\nTDecimate(mode=1)<\/code><\/p>\n<p><b>How to Deinterlace:<\/b><\/p>\n<p><span style=\"text-decoration: underline\">For TFF clips:<\/span><br \/>\n<code>AssumeTFF()<br \/>\nInterp = SeparateFields().SelectEven().EEDI2(field=1)<br \/>\nTDeint(order=1,field=1,edeint=Interp)<\/code><\/p>\n<p><span style=\"text-decoration: underline\">For BFF clips:<\/span><br \/>\n<code>Interp = SeparateFields().SelectEven().EEDI2(field=0)<br \/>\nTDeint(order=0,field=0,edeint=Interp)<\/code><\/p>\n<p><b>How to Bob:<\/b><\/p>\n<p><span style=\"text-decoration: underline\">For TFF Clips:<\/span><br \/>\n<code>Interp = SeparateFields().EEDI2(field=3)<br \/>\nTDeint(mode=1,order=1,edeint=Interp)<\/p>\n<p><span style=\"text-decoration: underline\">For BFF Clips:<\/span><br \/>\nInterp = SeparateFields().EEDI2(field=2)<br \/>\nTDeint(mode=1,order=0,edeint=Interp)<\/code><\/p>\n<p><a href=\"http:\/\/forum.doom9.org\/showthread.php?p=802291#post802291\">Chainmax @ doom9<\/a><br \/>\n<em>acronym titles added<\/em><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>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: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-713","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/posts\/713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/comments?post=713"}],"version-history":[{"count":0,"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/posts\/713\/revisions"}],"wp:attachment":[{"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/media?parent=713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/categories?post=713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mummila.net\/nuudelisoppa\/wp-json\/wp\/v2\/tags?post=713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}