I'm trying to convert this video sample (http://www.sendspace.com/file/15qmci) into DVD compatible format using CovertXtoDVD. It's recorded in ChrisTV like standard Mpeg2 720x576 video stream. Unfortunately DVD shows lines and stutters on my TV set. I demuxed video-stream and tried to fix this problem and reverse field order (using ReStream) but it shows the source file is progressive frame NOT interlaced (is it??, guess it shouldn't be). I also tried to re-encode it using TMPGEncoder but failed. Result is still the same and video barely watchable. I don't want to lose additional frame info by deinterlacing it any way just not to lose fluid playback (have hockey games stored mostly) but if I don't find the way it all might be lost. Any advices what I should do are greatly appreciated. THX
+ Reply to Thread
Results 1 to 8 of 8
-
-
The video clip is definitely progressive with interlace lines. There is nothing you can do about it.
As for the stuttering, since I'm not in PAL land, could it be that the audio is Mpeg1 Layer 2. Do PAL dvd players play this audio? -
Yeah, MP2 audio is OK for PAL.
The sample shows as BFF, but it's really TFF, so there is a field order problem.
You didn't say what kind of a TV set you have, but if it's a progressive display, combined with a flag reading player, that would explain why you see the interlacing when it's played as a DVD or MPG. It would be reading it as progressive and not deinterlacing it. You'll see the interlacing in most computer software DVD players as well.
Anyway, to fix it, first demux it. DGIndex is one way (of many), with it set for File->Save Project and Demux Video. That will give you the M2V and the MPA audio. Then open the M2V in ReStream, uncheck the "Frametype Progressive" box and check the "Top Field First" box. Save it and you'll then have an interlaced M2V with the correct field order. This assumes you didn't reverse the field order again when cutting the sample. Reauthor with the audio (Muxman is an easy way) and you should be good to go. -
Originally Posted by manono
Originally Posted by manono
BTW what are picture coding extension and sequence display extension boxes for in ReStream? -
Hi-
But once I convert the same file into DVD profile
Anyway, I'll follow my own instructions and then burn the sample to disc later on tonight. My wife has the TV and I can't test just yet. -
Never use ConvertXtoDVD to author compliant mpeg-2 video. You are needlessly re-encoding the video, reducing the quality, and in this case, causing issues with the field order. ConvertXtoDVD is for converting non-DVD compliant files to DVD structures.
Use GUIForDVDAuthor or muxman (depending on your menu needs) to create a DVD from the elementary streams and see how you go.Read my blog here.
-
Well, I demuxed the sample, authored it for DVD using Muxman, burned it to disc, and tested it in PowerDVD and in my Oppo standalone outputting to a progressive display. The result was that both played it smoothly and both played it interlaced. I could only get PowerDVD to deinterlace it by forcing a Bob Deinterlace. Using the default Auto deinterlacing didn't work (as it shouldn't). I can't test in a regular interlaced CRT TV set because the DVD player hooked up to it doesn't play PAL DVDs. Playing the M2V using MPC at default settings gave me interlaced playback.
I then took the M2V and put it through ReStream following my instructions to uncheck the Progressive Flag and to check the Top Field First Flag. I then authored it to DVD using Muxman and the result was the exact same thing - smooth playing and interlaced. Playing the M2V using MPC at default settings gave me interlaced playback. I was baffled.
Then I tried reencoding it in CCE using a standard AviSynth script file to frameserve. I took the M2V I had run through ReStream and reencoded it using standard interlace settings. The result was everything was good. It played smoothly and with no interlacing in PowerDVD, my standalone DVD player, and when playing the M2V using MPC.
Then I set about trying to find out the reason for all this. I opened the 3 M2Vs in various programs and found the answer in BitRate Viewer. The sample M2V and the ReStreamed M2V both show as having a Frame DCT type while the CCE reencoded one shows its M2V as having a Field DCT type. I don't see any setting in ReStream that can change the DCT type. I think this is only something that can be done with a reencode to a truly interlaced video. The problem originated with the capture and the progressive setting that was used, and can only be fixed with a complete reencode. I think. Why you're having trouble with your reencodes I'm not sure. Maybe the programs you're using are making assumptions about the source, maybe you're setting them up wrong, or something else. You said you had no luck using TMPGEnc, but it should be able to do it. Anyway, this is the script I used:
LoadPlugin("D:\AviSynth Stuff\Dlls\DGDecode.dll")
MPEG2Source("I:\Test\Test\test.d2v")
ConvertToYUY2(Interlaced=True)
And the CCE settings were the standard interlace stuff - non-progressive, alternate scanning, non-linear quant scale, 25fps, TFF. If you want to try reencoding and aren't having luck using ConvertX or TMPGEnc, then maybe try the free and excellent HCEnc. Make a D2V file in DGIndex with the Field Operation set for the default Honor Pulldown Flags. You should be able to open the D2V in HCEnc and use the settings I gave for CCE. Then when done try authoring in Muxman or some program that doesn't reencode. I apologize for giving incomplete advice earlier. -
First I'd like to say sorry for my late answer. I've been gone for a long time.
There's nothing you should apologize for my friend. It shoud be me apologizing for giving you a wrong info. Everything works exactly as you described. It was ConvertXtoDVD reversing the field order again once it was set correctly by restream or TMPGEncoder. Both ways work pretty well. I'd like to thank you since I though most of material stored on my HDD was lost. Now I can author them all into DVDs without any difficulties. THX for your time and effort. Appreciate it!
Similar Threads
-
Will a progressive scan MPEG2 work on all DVD Players?
By jnms in forum Authoring (DVD)Replies: 29Last Post: 30th Oct 2011, 16:22 -
Premiere Pro CS3 out-of-order/missing fields but progressive content?
By Black Knight in forum EditingReplies: 39Last Post: 13th Apr 2010, 22:03 -
Swapping field order in progressive video.
By jmail524 in forum Video ConversionReplies: 1Last Post: 3rd Aug 2008, 12:53 -
the order of audio tracts is reversed
By volam in forum Authoring (DVD)Replies: 0Last Post: 16th Apr 2008, 20:37 -
quickly fix reversed field order w/o re-rendering MPEG-2?
By miamicanes in forum Video ConversionReplies: 2Last Post: 14th Sep 2007, 21:19