Hi all,
I'm dealing with lots of music videos from '90s and 80's... Most of them come into a NTSC format.
I suspect they were originally shooted in 24p or maybe PAL (as they show european artists), so I'm fighting with IVTC...
Is there any guide to recognize the original shooting speed from Telecined (blended) videoclip?
Here's an example of few seconds...
As we work in 720p25, we need to use inserts from those clips during NLE jobs... Avisynth would perfect for restoring...
Could you give the parameters of 'Srestore()' and 'Yadif()' and explain why...
Even if you suggest some other filter (maybe for colors)...
Thank you in advance...
elmuz
+ Reply to Thread
Results 1 to 9 of 9
-
-
No blends in this sample. This is standard 3:2 telecine .
You can separate the fields and see they are clear without blends , and in a 3:2 pattern . You can use this as a guide
http://neuron2.net/faq.html#analysis
There is a bit of dot crawl , you could use something like checkmate() or tcomb() before you IVTC , but they do smooth the picture a bit -
If you want to insert into a 720p25 project , I would do a IVTC in avisynth then do a PAL speed up from 23.976 (24000/1001) => 25 , including the audio before inserting into your NLE. This way you don't introduce any blends or extra frames. But note some people are intolerant of the pitch shift in the audio, especially with audio centered pieces , like music vids.
Do you plan on upscaling or leaving it as a SD piece in a HD project ? It may make the dotcrawl worse and more noticeable. Unfortunately the filters that take care of dotcrawl also blur the image a bit - which isn't good if you're trying to upscale. Pick your poison -
Well, nowdays in my company they use to import videoclip into Premiere HD project... They take let's say 20seconds of a song and it goes full screen... So now is Premiere which upscales and changes fps: you can imagine the stupid blurred effect coming out...
So I offered myself processing clip before they use them in Premiere...
I am doing some tests at the moment and I will use your advice..
elmuz -
And what about this?
Even in single fields you can see blending traces... which chain of filters would you suggest?
elmuz -
The test_madonna.zip has been field-blended from a PAL source.
Yadif(Mode=1)#or your favorite bobber
SRestore()
handles it fine. -
Thank you! ...one question: how can you recognize if a NTSC video comes from a 24p or PAL source?
And correct me if I'm wrong...
After Yadif(Mode=1).SRestore() we get always 24p video... so if we want a PAL source as output what should I append as a filter? And what for audio? ...always talking about Avisynth...
Thank you in advance -
If you separate the fields or put on a bobber and see the blends/ghosts/double images, then most likely it's from a PAL source. But not always. Sometimes (maybe one in a hundred) you'll have field blends from an NTSC source). If you see no blends at all, then it's either from a film source or it's pure interlace. Unless it's both not blended and from a PAL source (about one in a thousand chance of that).
And correct me if I'm wrong...Last edited by manono; 29th Jul 2010 at 08:18.
Similar Threads
-
Anime IVTC problem
By AlienWare in forum DVD RippingReplies: 5Last Post: 27th Aug 2011, 12:53 -
Another IVTC problem
By elmuz in forum RestorationReplies: 1Last Post: 26th Jul 2010, 10:16 -
need help with basic IVTC problem
By spiritgumm in forum Video ConversionReplies: 0Last Post: 6th Jul 2010, 10:57 -
Audio synch problem after IVTC
By avengerevenge in forum AudioReplies: 1Last Post: 15th Feb 2010, 11:34 -
IVTC Help!!!
By Martig in forum Video ConversionReplies: 1Last Post: 11th Jan 2008, 01:43