digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   Remove horizontal lines, VHS color tweaks? (https://www.digitalfaq.com/forum/video-restore/13267-remove-horizontal-lines.html)

kingadam1985 01-29-2023 10:06 AM

Remove horizontal lines, VHS color tweaks?
 
1 Attachment(s)
Hi!

I try to improve the quality of my vhs capture. I would like to remove or make the black horizontal lines less visible and improve the washed out color in avisyth. Can somebody recommend me where to start.

Thanks

themaster1 01-29-2023 02:41 PM

1 Attachment(s)
You can try this for the black comets (it may need tweaks)

Code:

AVISource("mljet cut.avi")
assumetff()
converttoyv12(interlaced=true)
QTGMC( Preset="fast", TR2=1, EdiThreads=4) 
SpotLess(RadT=5,ThSAD=1000000,ThSAD2=1000000,pel=2,chroma=true,BlkSz=8,Olap=4,tm=false,glob=false,bBlur=0.0)
selecteven()

spotless does the job basically but must use a large temporal radius; i'm not sure it'll be ok for small details throughout the video


All times are GMT -5. The time now is 03:55 PM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.