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 > General > Newbies

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 29th April 2010, 21:25   #1  |  Link
albert1234
Registered User
 
Join Date: Jun 2009
Posts: 9
25i to 23.976p conversion

Hello Guys

I have some PAL DVD's in which the video is hard telecined@25 interlaced fps using bottom field first.
I want to convert those videos back to original 23.976fps progressively.

After reading lots and lots of articles I have used some plugins but I am not able to get the desired quality.
I am currently using MeGUI with the following filters-

LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\TomsMoComp.dll")
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\TemporalCleaner.dll")
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\SmoothDeinterlacer.dll")
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\MSharpen.dll")
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\Decomb.dll")
LoadPlugin("C:\Program Files\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\trail1.d2v", info=3)
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\TDeint.dll")
TDeint(mode=1,order=-1)
crop( 8, 8, -8, 0)
ChangeFPS(23.976)
Lanczos4Resize(720,528) # Lanczos4 (Sharp)
LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise


Also note that I have to manually convert the frame rate to 23.976 which makes the video slight shuttering.

Please give ur views on-
1. The Deinterlace plugin being used
2. The Detelecine plugin being used
3. The frame rate of the video

Pls help me to solve this problem; any new suggestions/improvements/corrections are most welcome.
albert1234 is offline   Reply With Quote
 

Tags
25i to 24p, best deinterlace, detelecine, interlace to progressive, pal

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 11:49.


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