View Full Version : Need help with Interlaced DVD
DigitalDivide
22nd December 2006, 05:02
I'm having problems trying to encode a dvd, The Pianist. When MeGui does the analysis it comes back as interlaced. I used the recommended settings however the encoded movie came out with ... jagged lines...I'm not sure what settings to use to encode this. I would have thought MeGui would have selected the proper settings. My script is below.
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("G:\THEPIANIST_DISC1\VIDEO_TS\VTS_04_PGC_01_1.d2v",info=3)
ColorMatrix(hints=true)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
Undot() # Minimal Noise
Any help would be appreciated it.
scharfis_brain
22nd December 2006, 08:27
provide an unprocessed sample video
Morte66
22nd December 2006, 14:04
I'm guessing without seeing the source, but I often get the problem you describe when MeGUI chooses the deinterlacing you describe. When that happens, changing the three lines of deinterlace code to just "TDeint()" usually looks a lot better.
DigitalDivide
23rd December 2006, 03:09
I'm guessing without seeing the source, but I often get the problem you describe when MeGUI chooses the deinterlacing you describe. When that happens, changing the three lines of deinterlace code to just "TDeint()" usually looks a lot better.
I've actually found that to be true as well. I just installed the newest version of MeGui and noticed it had some new options under Analyse so I thought I would try what it suggested.
provide an unprocessed sample video
..errr okay I how does one cut part of a vob file to upload? Will virtualdub work?
neuron2
23rd December 2006, 04:09
..errr okay I how does one cut part of a vob file to upload? Load the VOB in DGIndex, set a range, then do Save project and demux video. Upload the resulting M2V file. Ensure that your range includes a representative section of the video with good motion.
DigitalDivide
23rd December 2006, 05:54
Okay I managed to cut a small 25mb sample however I can't upload it due to file size. Is there another way to get it to you?
neuron2
23rd December 2006, 06:51
Okay I managed to cut a small 25mb sample however I can't upload it due to file size. Is there another way to get it to you? You never saw this stickie?!
http://forum.doom9.org/showthread.php?t=96362
DigitalDivide
23rd December 2006, 18:49
You never saw this stickie?!
http://forum.doom9.org/showthread.php?t=96362
I don't believe I've ever uploaded a video before. Just pics via imageshack.
I uploaded the file.
http://rapidshare.com/files/8677693/ThePianist.rar.html
neuron2
23rd December 2006, 19:09
It's blended fields garbage. Search for "blended fields".
DigitalDivide
28th December 2006, 16:19
I tried what was suggested for Blended fields but it didn't help. The result now comes out all choppy. Lots of stutters between movement. Any other suggestions? This is what I had in my script
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("G:\THEPIANIST_DISC1\VIDEO_TS\VTS_04_PGC_01_1.d2v",info=3)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\removegrainsse2.dll")
ColorMatrix(hints=true, interlaced=true)
tdeint(mode=2)
tdecimate()
#crop
#BilinearResize(720,480) # Bilinear (Soft)
removegrain(mode=1)
neuron2
28th December 2006, 19:15
You can try some of the unblending solutions. I don't mess with crappy source like this, so I can't make any recommendations.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.