View Full Version : Deinterlacing PAL video
ranDerX
21st August 2009, 16:32
Any and or all scripts for Deinterlacing PAL video - my video is a MPEG-2 at 25fps with inverse telecine i would like to know the scrips for the kind of deinterlace method.....
Guest
21st August 2009, 16:58
A PAL video cannot be telecined (or at least not in the standard way).
Post a link to an unprocessed source sample.
Betsy25
24th August 2009, 13:06
I've had a lot of PAL DVD's where MeGUI's analyse told me they were telecined.
Guest
24th August 2009, 13:22
Please post a link to a fragment of one of them.
ranDerX
1st September 2009, 07:15
How do you post links like that??
Guest
1st September 2009, 13:03
Upload to a hosting site like mediafire.com and then post the URL that they give you.
ranDerX
2nd September 2009, 09:18
Ok so the URL of the video is http://www.mediafire.com/?sharekey=eaee1aa32688df69d1014a7a667fa2b4e04e75f6e8ebb871 - Now All you must do to see the telecine is just go slow motion through the video and you should see at certain parts the blured or ghost like frame
thewebchat
2nd September 2009, 13:24
If the fields are ghosted, then it can not be telecined. Blend conversion to PAL is a common practice and the filter you use to address this is SRestore.
ranDerX
3rd September 2009, 12:29
ok so i checked out the Srestore script and there are many codes to go with it. There are also other plugins for avisynth that you need for Srestore to work but i don't know what code would work with it???
manono
4th September 2009, 02:45
Yadif(Mode=1,Order=1)#or your favorite smart bobber
SRestore()
You have to Import the SRestore.avs into the script.
That does a fair job with it. I wonder why they converted a 4:3 video to 16:9 by adding black bars to the sides. Do they not understand by doing that you lose resolution? And it's not telecined.
ranDerX
14th September 2009, 17:12
Alright so i found and imported the Srestore.avs script into the video script and put the srestore() in with the script and it comes up with Script error: there is no function named "mt_makediff" i'm assuming that this function is done separately or it's some sort of unknown script in Srestore.avs?
LoRd_MuldeR
14th September 2009, 17:14
http://manao4.free.fr/mt_masktools.html
ranDerX
14th September 2009, 17:26
so which one do u use and where do you put it in the video folder or the avisynth plugin folder?
LoRd_MuldeR
14th September 2009, 18:03
so which one do u use and where do you put it in the video folder or the avisynth plugin folder?
Yes, Avisynth Plugins go to the Avisynth "plugins" folder. You can also load them manually via LoadPlugin() from an arbitrary location...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.