Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th May 2008, 01:49   #1  |  Link
bokonon
Registered User
 
Join Date: Aug 2007
Posts: 68
Restoring PAL to 23.976FPS

I'm trying to encode a PAL DVD which was badly transferred from NTSC and therfore is field blended in order to play at 25FPS

To do this i have discovered the MRestore plugin (thanks bishop, who first mentioned it to me when i was doing Casshern) and this is my script:

Code:
import("C:\Program Files\AviSynth 2.5\plugins\Mrestore.avs")
DGDecode_mpeg2source("D:\[[ Encoding ]]\03 - Clean\1.d2v",info=3)
ColorMatrix()

#Restore to 23.976FPS 
                tdeint(mode=1)
                Mrestore(mthresh=0.5,dclip=last.crop(16,16,-14,-12))

Crop(6, 70, -12, -74)
How would you test to see if MRestore has definitely done its job properly? I have uploaded a sample to rapidshare of a quick test encode with this avs script.

http://rapidshare.com/files/11869508...oreattempt.mkv

It looks like there are still some field blended frames:



Here's a sample of the source which contains the following files:

D:\[[ Encoding ]]\03 - Clean\CLEAN SOURCE SAMPLE.demuxed.m2v
D:\[[ Encoding ]]\03 - Clean\CLEAN SOURCE SAMPLE T01 2_0ch 224Kbps DELAY -128ms.ac3
D:\[[ Encoding ]]\03 - Clean\CLEAN SOURCE SAMPLE.d2v

http://www.mediafire.com/?3gdgbxwvfjc

What do u think?
bokonon is offline   Reply With Quote
Old 30th May 2008, 07:41   #2  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
I canīt test this now, but two things:
Why do you use an older version of mrestore? The last uploaded one should work better than the previous versions. Also you could do the cropping before mrestore. In your small script there is no reason to set the cropping after mrestore.
MOmonster is offline   Reply With Quote
Old 30th May 2008, 12:07   #3  |  Link
bokonon
Registered User
 
Join Date: Aug 2007
Posts: 68
thanks for your quick reply MOmonster!

I could only find one link that works in this thread http://forum.doom9.org/showthread.php?t=103940 so this is the version of mrestore i have:

http://forum.doom9.org/attachment.ph...2&d=1177514017
bokonon is offline   Reply With Quote
Old 31st May 2008, 08:48   #4  |  Link
jeffy
Registered User
 
Join Date: Jan 2007
Posts: 943
Check the first post here:
http://forum.doom9.org/showthread.php?t=95924
jeffy is offline   Reply With Quote
Reply

Tags
field blended, interlaced, mrestore, pal, restore24

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.