VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Jan 2015
    Location
    Belarus
    Search Comp PM
    Is it possible to remove such noise in the form of such diagonals over the main video? Maybe someone met with a solution to a similar problem.Image
    [Attachment 49329 - Click to enlarge]
    Quote Quote  
  2. Use filter working in frequency domain (most likely founded around FFT) - if i recall correctly Avisynth has defreq
    Quote Quote  
  3. Member
    Join Date
    Jan 2015
    Location
    Belarus
    Search Comp PM
    Originally Posted by pandy View Post
    Use filter working in frequency domain (most likely founded around FFT) - if i recall correctly Avisynth has defreq
    Thanks for the answer ! Very useful information! I think it is necessary to do experimentation.
    Quote Quote  
  4. First approximation with defreq:

    Code:
    ImageSource("Noise.png", start=0, end=23, fps=23.976) 
    Crop(1,3,-0,-0) # mod4
    ConvertToYV12()
    defreq(show=0, info=false, fx=18.9, fy=-4.5, sharp=4757.5)
    Image
    [Attachment 49333 - Click to enlarge]
    Quote Quote  



Similar Threads

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