View Single Post
Old 14th August 2019, 19:35   #7  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,869
@szabi...

Quote:
AVISource("D:\wedding\tdk vhsc.avi")
AssumeFPS(25,1)
AssumeBFF()
ConvertBits(8)
ConvertToYV12(interlaced=true)
Why the AssumeFPS? Your source it's already 25i, the indexer should report it correctly.
Why ConvertBits(8)? Your source is already 8bit planar, there's no need for it.
Why converttoyv12? Your source it's already 4:2:0 8bit planar.

Quote:
QTGMC( Preset="Slow", EdiThreads=2, EZDenoise=1.2, TR2=2, Rep2=2, Sharpness=0.8, SLMode=1 )
SelectEven()
Do you really wanna have a 25fps progressive out of it by discarding the Odd and keeping the Even?
Since your source it's 25i truly interlaced, QTGMC should have no problem outputting a regular 50fps progressive file which is way more smooth than 25fps progressive.
I would definitely bob-deinterlace it.
FranceBB is offline   Reply With Quote