View Single Post
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