VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. 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)
    Click image for larger version

Name:	fLbzPzO.png
Views:	103
Size:	391.1 KB
ID:	56778

    Thank you.
    Image Attached Thumbnails Click image for larger version

Name:	TV-screen.png
Views:	61
Size:	2.1 KB
ID:	56773  

    Click image for larger version

Name:	TV-slotmask.png
Views:	47
Size:	4.2 KB
ID:	56774  

    Click image for larger version

Name:	TV-scanlines.png
Views:	160
Size:	2.4 KB
ID:	56775  

    Click image for larger version

Name:	TV-grillHres.png
Views:	56
Size:	3.4 KB
ID:	56776  

    Click image for larger version

Name:	TV-grill4x6.png
Views:	55
Size:	2.0 KB
ID:	56777  

    Quote Quote  
  2. 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.
    Quote Quote  
  3. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    You could try using a Stabilization/Deshake tool in Avisynth, but just have it referencing something you KNOW not to be stable, then it would UN-stabilize the image.


    Scott
    Quote Quote  
  4. Thanks, I'll try that.
    Quote Quote  
  5. 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.
    Quote Quote  
  6. Thank you @jagabo, I'll.

    PS: This is a good VHS effect.
    https://www.youtube.com/watch?v=osUvH8PRk3g
    Last edited by pokoloko; 15th Jan 2021 at 04:58.
    Quote Quote  
  7. Yes, the scripts he used are there too.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!