Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th November 2011, 16:51   #1  |  Link
VideoFanatic
Registered User
 
Join Date: Sep 2011
Posts: 241
Is it possible to Fix Bad Reception Artefacts with AviSynth??

I have a 720 x 480 interlaced video sample HERE (10MB in size)

There are wavey line artefacts caused by a bad TV reception. Is it possible to remove those artefacts with AviSynth? If so, could you please suggest a script. Thanks

Last edited by VideoFanatic; 15th November 2011 at 18:48.
VideoFanatic is offline   Reply With Quote
Old 15th November 2011, 18:46   #2  |  Link
Mounir
Registered User
 
Join Date: Nov 2006
Posts: 773
a combo of fft3d + neat should help i believe

Good news is these interferences are on the Y component only (checked with neat's component viewer), bad news is there is a lot , in the Mid frequencies at that (6,9.6,9,1) for high,mid, low freqs respectively

Otherwise there is the multiple capture technique which "may" help
the script
# need to capture the video 2 or more times
vid1 = AVISource("C:\my1stcapture.avi", fourCC="HFYU", pixel_type="YUY2")("file1.ext")
vid2 = AVISource("C:\my2ndcapture.avi", fourCC="HFYU", pixel_type="YUY2")("file2.ext")
Merge (vid1, vid2)

Probably a combination of all these for perfect result will be best:
1st medium denoising each capture then merge them

Last edited by Mounir; 15th November 2011 at 19:01.
Mounir is offline   Reply With Quote
Old 15th November 2011, 18:49   #3  |  Link
VideoFanatic
Registered User
 
Join Date: Sep 2011
Posts: 241
Could you suggest a script for those please.
VideoFanatic is offline   Reply With Quote
Old 15th November 2011, 19:23   #4  |  Link
Reuf Toc
Registered User
 
Join Date: Feb 2007
Posts: 65
You can try Defreq or FFTQuiver.
These plugin are made to remove interfering frequencies (the little waves). Sorry no script suggestion...
Reuf Toc is offline   Reply With Quote
Old 15th November 2011, 19:53   #5  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,691
Defreq is the only plugin I know of that attempts to deal with the wavy lines. However, since the lines are coming and going in your clip, and their angle and spacing changes a lot, I doubt very much that you are going to be able to get much help even from that plugin because it assumes a constant angle and distance for the interference lines.
johnmeyer is offline   Reply With Quote
Reply

Tags
artefacts, artifacts, avisynth, bad reception

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.