Hello!
I'm looking forward to create something like this with avisynth, it doesn't need to be exact, something to wave/shake/twist/distort the color bar or any other image or an effect like the old tv's with horizontal sync problems that make the screen to roll.
I'm new to avisynth, hitting my head in the wall for some time I did manage to create this using NoiseGenerator and avisynth+ but don't know how to do the rest of the effects, googling for the terms I can find a lot of information about how to remove the noise and distortion but not how to create it:
Code:v1 = ImageSource("D:\TV-scanlines.png").NoiseGenerator(Gaussian=false, Amount=180, LumaOnly=true).ConvertToY() v2 = ImageSource("D:\TV-screen.png") Overlay(v2, v1, opacity=0.5)
Thank you.
+ Reply to Thread
Results 1 to 8 of 8
-
-
AddGrain() and AddGrainC() can be used to add luma and chroma noise of a few different types and sizes. I don't know of any filter that delivers the tearing horizontal sync errors. And I don't see any obvious way to do it by combining multiple simpler filters. It would be pretty simple to write one though.
Last edited by jagabo; 13th Jan 2021 at 12:57.
-
Thank you, I'll try AddGrain.
I'll leave this here just in case.
https://blog.spoongraphics.co.uk/tutorials/how-to-create-a-distorted-vhs-effect-in-photoshop -
But deshaking tools will shift the whole frame, not individual scanlines.
Someone posted a VHS simulator AviSynth script a while back. It added noise, comets, fuzziness, etc. But I don't think it included severe time base errors. If you search youtube.com for "vhs simulation avisynth" you'll see several examples.Last edited by jagabo; 13th Jan 2021 at 23:24.
-
Thank you @jagabo, I'll.
PS: This is a good VHS effect.
https://www.youtube.com/watch?v=osUvH8PRk3gLast edited by pokoloko; 15th Jan 2021 at 04:58.
Similar Threads
-
Help how can I create this effect on adobe preime
By sarit1 in forum Newbie / General discussionsReplies: 3Last Post: 29th Jul 2020, 12:29 -
How do I create this effect with adobe effects?
By sarit1 in forum Newbie / General discussionsReplies: 4Last Post: 19th May 2020, 02:17 -
Macros / Watch Folder to create Cineform proxies (similar to AME)
By savvyguy in forum Newbie / General discussionsReplies: 3Last Post: 10th Sep 2018, 05:45 -
avisynth function for sporadic bright frame? Is it deflicker? Similar?
By Bruce/Fl in forum RestorationReplies: 8Last Post: 29th Jun 2016, 12:07 -
How can I create this slow mo effect?
By rocco123 in forum Newbie / General discussionsReplies: 13Last Post: 7th Feb 2016, 07:59