View Single Post
Old 11th September 2020, 11:38   #8  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,531
You have duplicated frames. Throw away every second frame, then QTGMC.
Code:
v=LWLibavVideoSource("E:\_VID\era uma vez a vida (trim).mkv")
a=LWLibavAudioSource("E:\_VID\era uma vez a vida (trim).mkv")
AudioDub(v,a).SelectOdd().QTGMC()
You want to capture 720x576 @25fps, not 50fps.
You want to leave that conversion to QTGMC.

Once you can use a component (YCbCr) VHS-VCR you can go directly into
the component (YCbCr) inputs of Avermedia and you can save a bit more quality.
Still any attempt to improve the video signal will come after lossy compression of the interlaced source,
so too late ™.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 11th September 2020 at 11:58.
Emulgator is offline   Reply With Quote