Hello,
I'm starting with deinterlacing with qtgmc.
I deinterlace material from PAL DV and Video8 PAL.
I use basic script:
Code:
AVISource("U:\Media a traiter\tbd3.avi")
AssumeTFF()
QTGMC(preset="slower", EdiThreads=3)
Prefetch(10)
My source files are PAL 25p interlaced.
In virtualdub2 i use streamcopy to keep the source file format, but doesn't seem to work.
When finished, I have PAL 50p and the bitrate change from 56 mbs to 332 mbs !
Is it normal that the framerate is doubled ?
Here are the information of the files:
Original file
Code:
Video
ID : 0
Format : HuffYUV
Format version : Version 2
Codec ID : HFYU
Duration : 12 min 56 s
Bit rate : 56.1 Mb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 5:4
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Interlaced
Bits/(Pixel*Frame) : 5.410
Stream size : 5.07 GiB (97%)
After script (not all the video, just an extract)
Code:
Video
ID : 0
Format : YUV
Codec ID : YUY2
Codec ID/Info : YUV 4:2:2 as for UYVY but with different component ordering within the u_int32 macropixel
Duration : 4 min 40 s
Bit rate : 332 Mb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 5:4
Frame rate : 50.000 FPS
Color space : YUV
Chroma subsampling : 4:2:2
Compression mode : Lossless
Bits/(Pixel*Frame) : 16.000
Stream size : 10.9 GiB (100%)
Thanks in advance for any help or advice.
Chrisbati