Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools Search this Thread
  #1  
02-28-2025, 08:27 AM
qwertz73 qwertz73 is offline
Free Member
 
Join Date: Dec 2016
Location: Switzerland
Posts: 40
Thanked 4 Times in 4 Posts
In 1997 I bought a 60cm satellite dish. I was having fun picking up FEEDS frequencies.

My dish was too small to receive a good signal. I'd like to be able to eliminate as much interference as possible. Any ideas?

Thanks


A capture as an attachment


Attached Files
File Type: avi Feed.Sat.avi (48.84 MB, 20 downloads)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
02-28-2025, 04:41 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 660
Thanked 135 Times in 118 Posts
yes with a script of that nature:
Code:
LWLibavVideoSource(source="Feed.Sat.avi",seek_mode=0,format="yv12",dominance=1) 
# PREFILTER BLACK COMETS/dropouts
ConvertToYV12(interlaced=true)
SeparateFields()
noisy   = last
nonoise = DeGrainMedian(limitY=255,limitUV=255,mode=5, norow=true)
diff    = 10                         # Difference between denoised and noisy clips
m       = mt_lutxy(noisy,nonoise,"y x - "+string(diff)+" - 255 *")
mt_merge(noisy,nonoise,m)
weave()

# Remove Black & White comets (Dropouts)
SeparateFields()
e=SelectEven().FixRipsp2 #.RemoveDirtMC(30,false)
o=SelectOdd().FixRipsp2 #.RemoveDirtMC(30,false)
Interleave(e,o)
Weave()
return last


Attached Images
File Type: jpg filtered.jpg (322.3 KB, 22 downloads)
File Type: jpg original.jpg (376.9 KB, 21 downloads)
Attached Files
File Type: avs FixRipsP2.avs (4.1 KB, 10 downloads)
Reply With Quote
  #3  
03-02-2025, 07:39 AM
Selur Selur is offline
Free Member
 
Join Date: Feb 2022
Posts: 173
Thanked 48 Times in 42 Posts
A horrible slow approach would be using SpotLess and 2xMLDegrain on the separated fields before deinterlacing. (https://pastebin.com/RRvr6hJS)


Attached Files
File Type: mp4 slow.mp4 (3.01 MB, 7 downloads)
Reply With Quote
  #4  
03-02-2025, 09:16 AM
qwertz73 qwertz73 is offline
Free Member
 
Join Date: Dec 2016
Location: Switzerland
Posts: 40
Thanked 4 Times in 4 Posts
I've been trying for hours to untangle the problem. I'm losing patience.

script.jpg


Reply With Quote
  #5  
03-02-2025, 01:04 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 660
Thanked 135 Times in 118 Posts
mt_lutxy is part of masktools2, you have to load masktools (masktools2.dll), you also need degrainmedian.dll

Myself i'm losing patience with the rookies
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing TV reception noise? geordie10 Restore, Filter, Improve Quality 4 06-10-2023 04:28 AM
Possible to eliminate or calm down edge ghosting on Hi8? cbehr91 Restore, Filter, Improve Quality 0 04-26-2020 01:34 PM
How to eliminate DVD memory of disc subtitles? Frustrated_Old_Fart Videography: Cameras, TVs and Players 1 12-13-2017 06:12 PM
Best tv card for digital reception? manthing Computers 0 11-16-2005 07:06 PM
Fine tuning cable TV reception mlaviolette Videography: Cameras, TVs and Players 5 09-09-2004 10:00 PM




 
All times are GMT -5. The time now is 01:04 PM