I have this weird fieldblended DVD source (PAL->NTSC) that yadif doesnt seem to completely work on and it doesnt give pleasing results. The two problems I'm left with after using yadif and srestore are that:
1. Camera pans in the movie do not remain smooth.
2. There are these weird "luma" leaks on transitions and sometimes 2 frames can be seen at once in a transition. This is almost every transition and is very notiecible at normal playback speeds from the output of the script.
here are 2 cuts of the vob:
http://www.sendspace.com/file/aylp07
http://www.sendspace.com/file/knnbps
Thanks in advance
+ Reply to Thread
Results 1 to 11 of 11
-
-
What's your full script? CUT.VOB with the following script:
Code:Load_Stdcall_plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll") Import("C:\Program Files\AviSynth 2.5\plugins\SRestore.avs") MPEG2Source("Cut.d2v") Yadif(Mode=1,Order=1) SRestore(FRate=25)
cut.avi
Be sure to use "Honor Pulldown Flags" in DgIndex. -
This is basically my script as above^ but still the avi shows that quick extra or dupe frame in transitions. I think i need to cut a better sample to show pans and stuff.
New Sample: http://www.sendspace.com/file/lg2nic
and I did have the honor pulldown plags enabled also here is the dgindex info of this cut:
-
It's as jagabo said it was. Maybe try RePAL to see if you like the results any better:
Yadif(Mode=1,Order=1)
RePAL()
You'll still often get that that frame overlap on scene changes though. If you don't like it, work your way through the movie and replace those frames with the good frames before or after using FreezeFrame. And sometimes after a scene change it takes a few frames for the unblender to lock onto the new pattern so you get a few frames of dupes or jerkiness.
Look, it's Indian field-blended garbage. Write to the DVD production company and politely ask them to produce a proper NTSC DVD made from a proper NTSC master. I'm sure they won't mind. -
Occasional blended frames and artifacts sneaking through is unavoidable. Especially when cuts occur within b frames (ie one field from one film frame the other field from the next film frame). I converted cut2.vob and saw no duplicate frames but did see artifacts at several transitions. For example:
-
Originally Posted by dansrfe
Darryl -
Originally Posted by manono
This happens all the time all over the world. Some production companies maintain interlaced PAL masters and just convert to NTSC from that. It's insane, but it gets done a lot. Hong Kong does it a lot. Ruscico in Russia does it. Various UK DVD production companies actually do the opposite and convert from NTSC masters to PAL.
If the original poster is going to have to do this more than a couple of times, it's generally better to just buy a converting DVD player to watch the DVDs with unless he places no value at all on his spare time and has nothing better to do than do this type of conversion. -
Originally Posted by jman98
No, they wouldn't ever in a million years do that for him or anyone else. Then people might get the mistaken impression that these arrogant companies actually care what people think.
If the original poster is going to have to do this more than a couple of times, it's generally better to just buy a converting DVD player to watch the DVDs with unless he places no value at all on his spare time and has nothing better to do than do this type of conversion. -
If it exists, it's better to find the PAL version and convert it yourself.
(Unless that's bodged too!)
Cheers,
David. -
My main goal was just to make it a progressive ntsc dvd and fix all the little problems associtated with it. time is not really an issue because the computer does the work anyway lol. not me. My desktop is on all the time anyways so theres no harm in letting it do something along the way.
-
Originally Posted by dansrfe
http://forum.doom9.org/showthread.php?p=1351709#post1351709
Similar Threads
-
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
PAL to NTSC, NTSC to PAL framerate conversion?
By Baldrick in forum Video ConversionReplies: 44Last Post: 5th Dec 2009, 23:31 -
Creating NTSC Blu ray DVD From PAL TS Files. need help with NTSC format
By Rick0725 in forum Authoring (Blu-ray)Replies: 0Last Post: 9th Apr 2009, 21:43 -
NTSC to PAL, PAL to NTSC framerate conversion?
By Baldrick in forum Video ConversionReplies: 23Last Post: 23rd Apr 2008, 11:19 -
NTSC-PAL-NTSC (25-23.976+pulldown) and audio sync problem - related?
By ecc in forum Video ConversionReplies: 14Last Post: 14th Nov 2007, 11:34