rampampam
27th March 2007, 16:52
Thanks in advance for looking and for your suggestions.
Here is a sample - http://maxupload.com/BC1E79F8
This is a good Hindi movie (Jaane Bhi Do Yaaron - 1983) so I am trying to do my best. DVD quality was very poor as you can tell from the sample. I am not aware of any better DVD material available, so I am working with what I have...
Here are several options I have been trying -
-------------------------------------------------
DGDecode_mpeg2source("C:\Documents and Settings\Admin\Desktop\JBDY-sample.d2v")
#OPTION 1 - From MeGUI
#edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
#tdeintted = TDeint(edeint=edeintted,order=1)
#tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
#OPTION 2
#mcbob().selecteven()
#OPTION 3
#tdeint(mode=1)
#cdeblend().selecteven()
#OPTION 4 - takes it to 25fps, i think, if I understand correctly
#mcbob()
#mrestore()
#OPTION 5 - again takes it to 25fps?
#tdeint(mode=1)
#mrestore()
#crop( 6, 2, -6, -2)
#Lanczos4Resize(640,480) # Lanczos4 (Sharp)
----------------------------------------------------------
I have never delved into a lot of these before, so I am not sure if I am using them correctly or not. Being a beginner, I am also leaving quite a few at default values. Any suggestions would be much appreciated. IMO, the options that involve conversion to 25fps are better than trying to keep the framerate at 29.97fps ... I am not sure why ...
Also - if the framerate is changed to 25fps, how should I handle the audio - via virtualdub?
My final goal is a Xvid encode at quantizer=2, if that matters ...
Here is a sample - http://maxupload.com/BC1E79F8
This is a good Hindi movie (Jaane Bhi Do Yaaron - 1983) so I am trying to do my best. DVD quality was very poor as you can tell from the sample. I am not aware of any better DVD material available, so I am working with what I have...
Here are several options I have been trying -
-------------------------------------------------
DGDecode_mpeg2source("C:\Documents and Settings\Admin\Desktop\JBDY-sample.d2v")
#OPTION 1 - From MeGUI
#edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
#tdeintted = TDeint(edeint=edeintted,order=1)
#tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
#OPTION 2
#mcbob().selecteven()
#OPTION 3
#tdeint(mode=1)
#cdeblend().selecteven()
#OPTION 4 - takes it to 25fps, i think, if I understand correctly
#mcbob()
#mrestore()
#OPTION 5 - again takes it to 25fps?
#tdeint(mode=1)
#mrestore()
#crop( 6, 2, -6, -2)
#Lanczos4Resize(640,480) # Lanczos4 (Sharp)
----------------------------------------------------------
I have never delved into a lot of these before, so I am not sure if I am using them correctly or not. Being a beginner, I am also leaving quite a few at default values. Any suggestions would be much appreciated. IMO, the options that involve conversion to 25fps are better than trying to keep the framerate at 29.97fps ... I am not sure why ...
Also - if the framerate is changed to 25fps, how should I handle the audio - via virtualdub?
My final goal is a Xvid encode at quantizer=2, if that matters ...