Any script to eliminate the color saturation of this video the rainbow: the black borders and eliminate those lines?
[Attachment 69060 - Click to enlarge]
[Attachment 69061 - Click to enlarge]
[Attachment 69062 - Click to enlarge]
I leave the complete clip since it is short and in case you also need something else to mention.
https://files.videohelp.com/u/304755/Depeche%20Mode%20-%20intw%20with%20Alan%20on%20sw...0TV%201990.mp4
+ Reply to Thread
Results 1 to 7 of 7
-
-
Thanks to both of you, what I say will be somewhat strange, but how can I export in VirtualDub2? When exporting I get the video different with strange colors from the preview (use the HSV Adjust and temporal smoother filters)
What do you use or what option is recommended? -
First set the compression,
Video/Compression - choose x265, x64 etc. and configure to your liking
When you're ready to save
File/Save Video - set "save as type" mp4, MKV, etc -
I used AviSynth and the x264 command line encoder, not VirtualDub.
Code:LSMASHVideoSource("Depeche Mode - intw with Alan on swedish TV 1990.mp4") ColorYUV(gain_y=-40, off_y=-20, cont_u=-100, cont_v=-100) SMDegrain (tr=3, thSAD=300, refinemotion=true, contrasharp=false, PreFilter=4, mode=0, truemotion=true, plane=4, chroma=false) QTGMC(InputType=2)
Last edited by jagabo; 6th Feb 2023 at 16:09. Reason: added AviSynth script
-
Just for the color, something simple like:
Code:Tweak(hue=10.00, sat=0.50, cont=0.80) ChromaShiftSP(X=2.00, Y=2.00)
For cleanup you probably need to throw away half of the vertical resolution, seems like someone upscaled interlaced content and then compressed it way too strong.
QTGMC mode=2+ denoise will help with some of the noise, but no clue how to properly get rid of those thick black halos in some scenes.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Avisynth+ - > Clean up an old analog video
By banaguitar in forum RestorationReplies: 12Last Post: 10th Sep 2022, 12:34 -
Don't know how to properly deinterlace and clean SD video
By memo90061 in forum RestorationReplies: 3Last Post: 1st Jul 2020, 16:23 -
Are these wipes safe to clean video heads with?
By Vitality in forum RestorationReplies: 7Last Post: 3rd Mar 2019, 01:47 -
What video editor(s) provide the feature described wirhin?
By EmmB in forum EditingReplies: 9Last Post: 19th Jan 2019, 07:23