Blue_MiSfit
9th May 2008, 21:35
Hey folks,
So I've got some hybrid video - several episodes of MadTV.
They're NTSC, fairly high quality, and tough to encode - because they're a mix of 60i and 24p. There are also some music performance scenes with flashing lights / high motion, making deinterlacing problematic.
In fact, TDeint() fails miserably, and its motion mask breaks - leaving nasty sparkle pixels all over the place in these strobing scenes.
Anyway, I'm just brutalizing them for now - unless I can figure out a better way to treat them.
YadifMod + NNEDI seems to be the way to go for the interlaced bits. It handles the strobing portions much better, and of course does a very nice job with diagonals, and curves thanks to NNEDI.
I know the "correct" way to handle hybrid video (if I decide to encode at 29.97) is to use TFM / TDecimate like this:
tfm(mode=1)
TDecimate(mode=0, hybrid=3)
This will blend the FILM sections' dupe frame.
But - how do interlaced sections get handled? Can I add in Yadifmod+nnedi, instead of whatever interpolation is being used?
As a side note - getting close to that 2000 post mark :D
~MiSfit
So I've got some hybrid video - several episodes of MadTV.
They're NTSC, fairly high quality, and tough to encode - because they're a mix of 60i and 24p. There are also some music performance scenes with flashing lights / high motion, making deinterlacing problematic.
In fact, TDeint() fails miserably, and its motion mask breaks - leaving nasty sparkle pixels all over the place in these strobing scenes.
Anyway, I'm just brutalizing them for now - unless I can figure out a better way to treat them.
YadifMod + NNEDI seems to be the way to go for the interlaced bits. It handles the strobing portions much better, and of course does a very nice job with diagonals, and curves thanks to NNEDI.
I know the "correct" way to handle hybrid video (if I decide to encode at 29.97) is to use TFM / TDecimate like this:
tfm(mode=1)
TDecimate(mode=0, hybrid=3)
This will blend the FILM sections' dupe frame.
But - how do interlaced sections get handled? Can I add in Yadifmod+nnedi, instead of whatever interpolation is being used?
As a side note - getting close to that 2000 post mark :D
~MiSfit