Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools
  #1  
05-19-2022, 02:51 PM
Major17Wood Major17Wood is offline
Free Member
 
Join Date: Apr 2022
Posts: 30
Thanked 0 Times in 0 Posts
I'm noticing that deinterlacing is causing loss of sharpness in my captures.

Left side of screenshot is software yadif deinterlace in VLC, right is QTGMC deinterlaced

The jaggies on the date and time numbers have been smoothed. I do not like this. How can I stop QTGMC from smoothing the image?

My only QTGMC setting is
Code:
QTGMC(Preset="Slow")
Is there a way for me to upload a better quality screenshot? The image uploaded here is being super compressed for some reason and kinda making it hard to see what I'm talking about. If you look at the "2's" you may be able to see it. On the left, the "2" has a pixelly staircase look, on the right its been totally smoothed flat into a diagonal line.


Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-19-2022, 04:13 PM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,633
Thanked 2,458 Times in 2,090 Posts
Do not use slow. Use faster.
Slow has excess filtering that blurs. That's the difference.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
  #3  
05-19-2022, 06:49 PM
Major17Wood Major17Wood is offline
Free Member
 
Join Date: Apr 2022
Posts: 30
Thanked 0 Times in 0 Posts
It's still smoothing it out it seems.

Heres the script I'm using:

AviSource("C:\Users\Dave\Desktop\test.avi")
AssumeTFF()
QTGMC(Preset="faster")
Crop(4, 0, -4, -8)
LanczosResize(1440, 1080)


Attached Files
File Type: avi test.avi (24.34 MB, 12 downloads)
File Type: mp4 test.mp4 (8.26 MB, 10 downloads)
Reply With Quote
  #4  
05-20-2022, 03:26 AM
Hushpower Hushpower is offline
Free Member
 
Join Date: Apr 2020
Posts: 705
Thanked 132 Times in 125 Posts
Quote:
The image uploaded here is being super compressed for some reason and kinda making it hard to see what I'm talking about.
We're trying to convince the Lordsmurf to increase the allowable postable image size!
Reply With Quote
  #5  
05-20-2022, 04:04 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
QTGMC reduces jagged shapes created by deinterlacing procedures. This is one of its major benefits, a side effect is the one you experimented on a "real" jagged shape.

QTGMC can rarely be used with its defaults parameters, whatever preset you choose (BTW "fast" in only recommended for speed reason, not for optimal results).

Try to use QTGMC's lossless and sourcematch features:

Code:
QTGMC(Lossless=2, SourceMatch=3, ...)
For a "natural" look I sometimes use the following set, but you have to experiment with your own material:

Code:
QTGMC(preset="slow", matchpreset="slow", matchpreset2="slow", sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)

A channel on S-VHS / VHS capture and AviSynth restoration https://bit.ly/3mHWbkN
Reply With Quote
The following users thank lollo2 for this useful post: Major17Wood (05-20-2022)
  #6  
05-20-2022, 04:46 AM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,633
Thanked 2,458 Times in 2,090 Posts
Quote:
Originally Posted by Hushpower View Post
We're trying to convince the Lordsmurf to increase the allowable postable image size!
No convincing necessary. It's part of a larger forum upgrade. That monster project is just taking time. Must hire some devs for key pieces, so that's the bottleneck. And people think I'm slow sometimes!

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
The following users thank lordsmurf for this useful post: Hushpower (05-20-2022)
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
When to use bob setting in QTGMC? ThumperStrauss Restore, Filter, Improve Quality 8 02-08-2022 06:35 AM
How to multithread QTGMC? MediaHoarder Restore, Filter, Improve Quality 5 02-01-2022 04:18 AM
Deinterlacing with QTGMC changes to 50p? chrisbati Restore, Filter, Improve Quality 3 04-03-2021 10:18 AM
How to remove blurred image in video? vnmenon Edit Video, Audio 1 07-12-2012 07:13 AM
Can you remove/fix blurred coverup from movies? cyber-junkie Restore, Filter, Improve Quality 6 08-19-2010 12:19 PM




 
All times are GMT -5. The time now is 05:34 PM