#1  
04-16-2022, 07:54 AM
jedi55 jedi55 is offline
Free Member
 
Join Date: Mar 2011
Posts: 3
Thanked 0 Times in 0 Posts
HI
Im trying to deinterlace a DVD lossy using QTGMC hybrid.
Could someone explain what are the best settings.
Im trying to preserve as much quality as possible.
I hope to upscale it and transfer to blu-ray
Is the quality better from doubled framerate or not?
Any help would be greatly appreciated.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-16-2022, 01:42 PM
msgohan msgohan is offline
Free Member
 
Join Date: Feb 2011
Location: Vancouver, Canada
Posts: 1,323
Thanked 334 Times in 276 Posts
Note for context: VideoHelp thread on same topic is currently on post #12; waiting on proper re-done sample so targeted advice can be offered.
Reply With Quote
  #3  
04-16-2022, 03:07 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 497
Thanked 99 Times in 83 Posts
If you want quality , you most likely want to use the lossless mode of qtgmc, thus the most basic:
Quote:
# Note: Twice refined source-match with true lossless. Exact detail, but likely combing and shimmer
QTGMC( Preset="fast", SourceMatch=2, Lossless=1, Sharpness=0.4, TR2=2, EdiThreads=4)
SelectEven()
If it's a movie you may want to decimate to get 23.9 fps, thus

Quote:
QTGMC( Preset="fast", SourceMatch=2, Lossless=1, Sharpness=0.4, TR2=2, EdiThreads=4)
SelectEven()
TDecimate() ### TDecimate(mode=1) # for cartoon
for tricky vhs content i had great success with this:
Quote:
QTGMC( Preset="fast", SourceMatch=3, Lossless=2, Sharpness=0.2, TR2=3, EdiThreads=4)
SelectEven()
# Note: TR2=3 to keep fine details and keep certain oblique lines perfect (again tested on tricky vhs)
Reply With Quote
The following users thank themaster1 for this useful post: The_Outsider (04-21-2022)
  #4  
04-19-2022, 03:58 PM
jedi55 jedi55 is offline
Free Member
 
Join Date: Mar 2011
Posts: 3
Thanked 0 Times in 0 Posts
Thank you its starting to make sense.
Reply With Quote
  #5  
04-20-2022, 04:51 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Quote:
QTGMC ... SelectEven()
Is there a reason why you propose deinterlacing and then remove a field throwing away half of the information? An interlaced video consists on a field based time resolution having a vertical resolution that is half the resolution of the frame.

To OP: beware that lots of material on DVDs is coded interlaced but it is not.

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange results deinterlacing QTGMC in Hybrid? herlev Encode, Convert for streaming 2 04-13-2022 06:30 PM
How to crop and deinterlace in Hybrid? VHS_UK Restore, Filter, Improve Quality 5 03-11-2022 12:34 PM
VapourSynth + QTGMC Deinterlace + Hybrid FAQ for macOS ELinder Restore, Filter, Improve Quality 0 03-16-2020 09:01 AM
QTGMC deinterlace = lost detail? bakerie Capture, Record, Transfer 7 03-04-2020 10:35 AM
Color flicker after QTGMC deinterlace? mrb5217 Restore, Filter, Improve Quality 16 03-20-2017 04:15 PM

Thread Tools



 
All times are GMT -5. The time now is 02:06 AM