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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 10th April 2019, 04:29   #1  |  Link
silverwing
Registered User
 
Join Date: Nov 2017
Location: Russia, Nizhny Novgorod
Posts: 25
Is TDeinterlace dead?

Hello colleagues!

TDeinterlace has not been updated for a long time.
Meanwhile, there is a good sequence for deinterlacing, which I have been using for a long time, par example:

Code:
#(source - PAL, 25fps, interlaced )
edeintted=eedi3(input, field=-2, sclip=nnedi3(input, field=-2, qual=2))
TDeint(input, edeint=edeintted, order=-1, mode=2, sharp=true, mtnmode=3, full=false, tryWeave=false, type=2, emask=TMM2(input, mode=1))
Yes, it is slow (but not as slow as monster QTGMC(Preset="Very Slow")), but it gives good results.

May I hope that our (doom9 is power!) "gallant knights of the source code" will update and speed up TDeinterlace?

Thank you for attention
(Sorry for my bad English)

Last edited by silverwing; 10th April 2019 at 04:39.
silverwing is offline   Reply With Quote
Old 10th April 2019, 10:47   #2  |  Link
DJATOM
Registered User
 
DJATOM's Avatar
 
Join Date: Sep 2010
Location: Ukraine, Bohuslav
Posts: 377
https://github.com/pinterf/TIVTC/releases ???
__________________
Me on GitHub
PC Specs: Ryzen 5950X, 64 GB RAM, RTX 2070
DJATOM is offline   Reply With Quote
Old 10th April 2019, 12:27   #3  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
TDeint exists in my repo only because of having the source (which has many-many common part with TIVTC) in one place. Until I'm prepared for a properly porting it (x64, intrinsics) which may never occur.
Since there is a working x86 and x64 version out there, no need to rush.
http://avisynth.nl/index.php/TDeint
http://avisynth.nl/index.php/AviSynth%2B_x64_plugins
pinterf is offline   Reply With Quote
Old 11th April 2019, 02:05   #4  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
I use tdeint a lot, but one of the things that have been annoying me is that I have been receiving 4:2:2 planar (yv16) files for years, while tdeint only works in 4:2:2 interleaved (YUY2), so I had to convert to YUY2 and then back to yv16.
Although converting from planar to interleaved is lossless, it does waste a few CPU cycles.
There's no support for yv24, but I very rarely get 4:4:4 interlaced master files, so it wasn't such a big deal.
In a future update I'd like to see 10bit support as well 'cause I have to encode H.264 yv16 10bit files (XAVC Intra Class recorded by cameras saving the files on Panasonic P2 cards) and I'd really like to keep the high bit depth and use tdeint as my favourite deinterlacer.
FranceBB is offline   Reply With Quote
Old 11th April 2019, 07:53   #5  |  Link
cagali
Registered User
 
Join Date: May 2014
Posts: 51
Just curious.
For your clips, is eedi3+nnedi3 still faster and better than QTGMC Fast/Faster presets?
cagali is offline   Reply With Quote
Reply

Tags
tdeinterlace avisynth

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.