Fair enough. I assumed a different definition to "telecined." With an MPEG2 file in front of me, how do I tell if it's telecined?Originally Posted by manono
+ Reply to Thread
Results 31 to 45 of 45
-
-
Hi-
Open it in something where you can advance a frame at a time without it being deinterlaced. VDubMod can handle it, I think. Scroll to a place with motion/movement. Advance a frame at a time. If, in every 5 frame sequence, you see 3 good progressive frames and 2 nasty-looking interlaced frames, then it has been telecined and can and should be IVTC'd before the conversion. If every frame is interlaced, then it was shot with interlaced 30fps video cameras, wasn't telecined, and can't be IVTC'd. If these are movies we're talking about, then almost certainly the true framerate is 23.976fps.
By the way, you can also open your Procoder encoded PAL MPV, M2V, or VOBs the same way and have a look at the frames one-by-one. Do you like what you see? -
Originally Posted by manono
Originally Posted by manono -
I'm studying for the best Avisynth Script for conversion PAL->NTSC. I've this script that it makes a 29.97 FILM to 23.976 NTSC deinterlaced:
Code:#The commented commands are only for view the difference between filters. LoadPlugin("AviSynth_C.dll") LoadCPlugin("SmartDecimate.dll") dgdecode_mpeg2source("dolby_city.d2v") ConvertToYUY2(interlaced=true) AssumeTFF() #GreedyHMA(1,0,4,0,0,0,0,0) w=doubleweave() b=dgBob(order=1) SmartDecimate(24,60,bob=b,weave=w) TomsMoComp(-1,3,1) #SmoothDeinterlace(tff=true,lacethresh=10,doublerate=true,blend=true)
Now, for make a good PAL movie, what can I do?
I think that append this part of script:
[code]
ChangeFPS(50).SelectEven()
LanczosResize(720,576)
[code]
the results is a quite-good PAL solution, except for one doubled frame every xx frames.
Any solution for this one? -
Assuming the output is an mpeg-2 video stream for DVD authoring;
Solution 1 : encode at 720 x 576 @ 23.976 fps. Use DGPulldown to apply a custom pulldown for 23.976 -> 25 fps. Author and test play. Most players should be happy with this, some may not.
Solution 2 : speed up the framerate to 25 fps, then time and ptch adjust the audio to match the new running time. Author and play.
Solution 3 : Don't bother. The majority of PAL players will happily play NTSC material, and it saves you a lot of work and the unavoidable loss of quality if you don't convert the video unnecessarily.Read my blog here.
-
Originally Posted by klode
http://avisynth.org.ru/mvtools/mvtools.html
It interpolates all frames for new framerate.
For 23.976 to interlaced PAL:
Code:LoadPlugin("path\mvtools.dll") AviSource("video.avi") source=LanczosResize(720,576) backward_vec = source.MVAnalyse(isb = true, truemotion=true, pel=2, idx=1) forward_vec = source.MVAnalyse(isb = false, truemotion=true, pel=2, idx=1) source.MVFlowFps(backward_vec, forward_vec, num=50, den=1, ml=100, idx=1) AssumeBFF.DoubleWeave().SelectEvery(4,1)#TFF output
Code:LoadPlugin("path\mvtools.dll") AviSource("video.avi") source=LanczosResize(720,576) backward_vec = source.MVAnalyse(isb = true, truemotion=true, pel=2, idx=1) forward_vec = source.MVAnalyse(isb = false, truemotion=true, pel=2, idx=1) source.MVFlowFps(backward_vec, forward_vec, num=25, den=1, ml=100, idx=1)
-
Originally Posted by Alex_ander
-
Originally Posted by sisquo76
If you have a progressive NTSC video (23.976 fps), these are the best solution to me:
If you want a progressive PAL video (the most spread method here in PAL land), apply a speed up (and audio pitch is never to be changed!!! just sped up). Here's the script:
Code:mpeg2source("1.d2v") #if your source is an mpeg2 file tfm() #in order to get rid of possible interlaced frames left assumefps(25) #to speed up. (25,true) if you are loading audio and video together. In that case, remember to add this line: SSRC(48000). lanczos4resize(720,576) # resizes video to full D1 PAL resolution
Code:mpeg2source("1.d2v") #if your source is an mpeg2 file tfm() #in order to get rid of possible interlaced frames left lanczos4resize(720,576) # resizes video to full D1 PAL resolution convertfps(50) #converts framerate to 50 fps, since interlaced PAL is 50 fields per second separatefields.selectevery(4,0,3) # for bottom field first (usually top is first) change to (4,1,2) weave converttoyuy2(interlaced=true)
Tsuyoshi -
I am always baffled by anyones desire to convert ntsc <> pal when a dvd player will do it for you, maintains menus and plays it exactly as if it were original, I have a large PAL collection in NTSC land and would never convert, why do it?
You could always easilly convert your original file to divx then any moddern dvd player will play it.PAL/NTSC problem solver.
USED TO BE A UK Equipment owner., NOW FINISHED WITH VHS CONVERSIONS-THANKS -
Originally Posted by victoriabears
You could always easilly convert your original file to divx then any moddern dvd player will play it. -
well it depends on how you value your time $60-$80 for a new dvd player or all this techno farting around.
The first posting I see is Baldrick pointing out some stuff, what is the sourec for this project,, 1 dvd ?PAL/NTSC problem solver.
USED TO BE A UK Equipment owner., NOW FINISHED WITH VHS CONVERSIONS-THANKS -
Originally Posted by tsuyoshi85
Another case is if you get artifacts with some type of material (e.f. fiddlesticks or drums) or apply it to 12 fps from still camera. I should have warned about that potential problem, sorry.
As for what professionals use. It's usually a bad idea to modify audio length of a musical video program (while it's OK for a fiction movie), even with pitch correction. So many contemporary film-sourced PAL music DVDs are not kept progressive (at such a cost). Along with pulldown and field-blending for producing new frames, newer methods based on interpolation (hardware, Alchemist is the most known) are used, more often - in TV program exchange than for DVD production. I have an example of a music DVD on my shelf (Procol Harum on German TV), produced by conversion of original interlaced PAL to interlaced NTSC. Frame analysis doesn't show traces of blending or pulldown, looks like shot at NTSC TV studio.
Originally Posted by victoriabears
Originally Posted by victoriabears -
I am very glad that I do not see these issues with stuff I have, dunno why but just glad what I do works.
PAL/NTSC problem solver.
USED TO BE A UK Equipment owner., NOW FINISHED WITH VHS CONVERSIONS-THANKS -
I'm with you Vic. Most people who convert between formats in software just screw up the quality. There are very few good reasons to do it. Not wanting to buy a $25 DVD player from Walmart isn't one of them!
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS
Similar Threads
-
DVD PAL to NTSC or NTSC to PAL DVD Conversion
By Baldrick in forum DVD RippingReplies: 21Last Post: 12th Apr 2016, 17:30 -
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
NTSC video with a film-like/PAL to NTSC conversion type of look that shouldn't
By Bix in forum RestorationReplies: 34Last Post: 8th Feb 2010, 15:17 -
NTSC to PAL, PAL to NTSC framerate conversion?
By Baldrick in forum Video ConversionReplies: 23Last Post: 23rd Apr 2008, 11:19 -
NTSC to PAL-M RF conversion
By ptannjr in forum Newbie / General discussionsReplies: 4Last Post: 10th May 2007, 13:38