I was just wondering why when I demux the DVD to an MPEG2 then look at the info, it says it's "progressive or interlaced". How can it be either, I thought it can only be one or the other?
It's a PAL MPEG2 at 25 fps. If I try to use QTGMC to convert to progressive and keep the same frame rate (to keep it DVD compliant), it speeds up the video. In my video encoder I'm encoding the video as progressive. I don't want to lose half the temporal resolution and I thought that since this is a commercial DVD then it should already be progressive or I should be able to encode it as progressive with it's original framerate without losing half the temporal resolution?
Here's a DVD demuxed sample: Sample
I tried this script:
I also tried this:Code:AssumeTFF() QTGMC(Preset="fast") SelectOdd()
Full script I'm using:Code:AssumeTFF() QTGMC(Preset="fast") SelectEven()
Code:setmtmode(5,9) Mpeg2Source("H:\2 = New\video.d2v", CPU=6) setmtmode(2,0) AssumeTFF() # I've tried with and without this line but it made no difference QTGMC(Preset="fast") SelectEven() # Documentation says to add this line to keep the original frame rate
Closed Thread
Results 1 to 6 of 6
-
Last edited by VideoFanatic; 22nd Nov 2012 at 13:10.
-
Using the likes of QTGMC or yadif to deinterlace, you don't lose "half" of anything. The results of the deinterlaqce are interpolated, full-data, frames, not "half-fields". So if there is any loss, it's too neglible too worry about and is probably mostly noise. Why are you deinterlacing?
AFAIK retail standard PAL is usually 25fps interlaced.
I'll second jagabo's motion: how about a sample?Last edited by sanlyn; 22nd Nov 2012 at 11:04.
-
Last edited by manono; 22nd Nov 2012 at 13:35.
-
holygamer-please do not open another thread on the same subject,continue it in the first thread,this thread is closed.
I think,therefore i am a hamster.
Similar Threads
-
How to Improve Commercial DVD with Avisynth that has no problems?
By VideoFanatic in forum RestorationReplies: 60Last Post: 28th Nov 2012, 21:06 -
Remove Interlacing Artefacts without convert to Progressive with Avisynth
By VideoFanatic in forum RestorationReplies: 12Last Post: 22nd Jun 2012, 04:53 -
Every video I make with Handbrake mkv has framerate of 90000 & wont convert
By Onceler2 in forum Video ConversionReplies: 7Last Post: 12th Sep 2011, 10:26 -
How to progressive Upload video & progressive download
By video909 in forum Video Streaming DownloadingReplies: 1Last Post: 6th Mar 2010, 05:17 -
Converting 30fps Progressive to 25fps interlaced ? (Avisynth & VDub)
By blewyn in forum Video ConversionReplies: 6Last Post: 12th Jun 2008, 17:51