Quantcast Avisynth: Filters for TV Captures? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
11-21-2002, 07:37 PM
LadyMiles LadyMiles is offline
Free Member
 
Join Date: Sep 2002
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
I capture television shows with my ATI AIW 7500 in mpeg2.
What are the best filters to clean up this source FLuxsmooth, Blockbuster, Convulotion ?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
11-21-2002, 09:30 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi LadyMiles,

LadyMiles wrote:
Quote:
I capture television shows with my ATI AIW 7500 in mpeg2.
What are the best filters to clean up this source FLuxsmooth, Blockbuster, Convulotion ?
Here's a script I've been using for LBR when I convert mpeg1 to avi using
VirtualDub with Huff codec. The results are very good. You may
wish to add TemporalSmoother(1,2) if needed. Adjust this script for KVCD templates.
LegalClip() is used twice to catch stray pixels before and after filtering.

LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\MPEG2DEC\MPEG2DEC2.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\BlockBuster\BlockBuster.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\LegalClip\LegalClip.dll")
LoadPlugin("E:\DVD Backup\2 - DVD2SVCD\FluxSmooth\FluxSmooth.dll")
AviSource("D:\Temp\capture.avi")
#
ConvertToYUY2()
#
LegalClip()
#
BilinearResize(336,224,0,0,352,240)
#
FluxSmooth(temporal_threshold=7, spatial_threshold=7)
#
# ------ Auto Strength, proportional strength depending on resolution ------
## Remove only one "#" on front of the resolution that matches your encoding.
#
BB_Resolution = 352*240
#BB_Resolution = 352*480
#BB_Resolution = 528*480
#BB_Resolution = 544*480
#BB_Resolution = 704x480
#
BB_StrengthConstant = 352 * 240 * 20 # Base strength
StrengthValue = round(BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue )
#
# -------------------- End Auto Strength ----------------
AddBorders( 8,8,8,8 )
LegalClip()


-black prince
Reply With Quote
  #3  
11-21-2002, 10:07 PM
TKS TKS is offline
Free Member
 
Join Date: May 2002
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
I dont wanna sound stupid (too late) but what do you use to make your avisynth scripts with.. I fooled around with using Gknot to create .avs scripts then use them with tmpgenc...

tks
Reply With Quote
  #4  
11-21-2002, 10:20 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi TKS,

Hand made. Raw power
Check this thread, which talks about the filters that black prince described above: http://www.kvcd.net/forum/viewtopic.php?t=1604

-kwag
Reply With Quote
  #5  
11-21-2002, 10:40 PM
TKS TKS is offline
Free Member
 
Join Date: May 2002
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
Right from scratch eh? Oh well... Ill get a hang of it ..


I have a basic understanding of some of the filters though.. Ive been doing alot of experimenting with Blockbuster... what can i say? NICCEE!!

tks
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: A good script for captures? the viking Avisynth Scripting 52 10-25-2004 02:40 PM
Avisynth: STMedianFilter in the Latest Scripts For VHS and captures? dongxu Avisynth Scripting 3 02-26-2004 09:51 AM
Avisynth: Need clip filter & dust filters for avisynth nighthawk Avisynth Scripting 3 01-31-2004 12:24 PM
Avisynth: Flux Smoothing + TV Captures + KVCDx3 jamesp Avisynth Scripting 8 11-28-2002 07:36 AM
Avisynth: AVS Script for vhs captures? el_mero_zooter Avisynth Scripting 6 07-02-2002 10:31 AM




 
All times are GMT -5. The time now is 12:29 AM  —  vBulletin © Jelsoft Enterprises Ltd