#1  
05-02-2011, 06:54 PM
max_cady max_cady is offline
Free Member
 
Join Date: May 2011
Posts: 2
Thanked 0 Times in 0 Posts
RSG3C.jpg

Full sized image + short clip attached.

Any suggestions are welcome!


Attached Files
File Type: rar RSG3C.rar (5.98 MB, 5 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  
05-02-2011, 10:17 PM
admin's Avatar
admin admin is offline
Site Staff | Web Development
 
Join Date: Jul 2003
Posts: 4,310
Thanked 654 Times in 457 Posts
It looks like a film scratch.

There is a Descratch Avisynth filter, for cheap/free methods: http://avisynth.org.ru/descratch/descratch.html

Sample script:
Code:
AviSource("input.avi")
LoadPlugin("descratch.dll")
ConvertToYV12()
DeScratch(mindif=2)
Are you familiar with using Avisynth?

And then there's also some high-end software like Davinci Revival: http://www.blackmagic-design.com/pro...avincirevival/
Or Diamant: http://www.hs-art.com/html/products/diamant.html

A related thread can be found here: http://www.digitalfaq.com/forum/vide...ch-filter.html

- Did this site help you? Then upgrade to Premium Member and show your support!
- Also: Like Us on Facebook for special DVD/Blu-ray news and deals!
Reply With Quote
  #3  
05-02-2011, 11:14 PM
max_cady max_cady is offline
Free Member
 
Join Date: May 2011
Posts: 2
Thanked 0 Times in 0 Posts
Thanks to reply!

Yes i'm familiar with Avisynth.And i try DeScratch before but dont work properly.

And some DeScratch scripts giving error like this

77.jpg

Code:
left=crop(0,0,-660,-0)
middle=crop(60,0,-644,-0).DeScratch(mindif=3,asym=12,maxgap=5,maxwidth=3,minlen=1,maxlen=576,maxangle=2,blurlen=25,border=0,modeY=3,modeU=0,modeV=0).destripe(rad=3)
right=crop(76,0,-0,-0)
stackhorizontal(left,middle,right)


Reply With Quote
  #4  
05-03-2011, 04:24 AM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,631
Thanked 2,458 Times in 2,090 Posts
Remember to attach images, files, etc, to the forum: http://www.digitalfaq.com/forum/show...ages-1529.html
We try to avoid external sites for linking to images/etc. (As explained in instructions.)

I think you're making the script too complicated.
Is that something you wrote, or something you found on another site and did a copy/paste?

I would start with the default, as per the filter's manual:
Code:
AviSource("input.avi")
LoadPlugin("descratch.dll")
ConvertToYV12()
DeScratch(mindif=2)
Notes:
  • Now, obviously you'll have to change AviSource to whatever your actual input method is. Do NOT use DirectShow input.
  • LoadPlugin is best with the full qualified file location. (C:\Program Files\Avisynth\plugins\etc etc etc -- whatever it is.)
  • ConvertToYV12 only if needed. (Again, depends on source.)
  • Use the basic DeScratch, see what it does at a default setting.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Tracking lines in video; how to fix these VHS tapes? deter Restore, Filter, Improve Quality 29 08-17-2020 01:28 PM
Vertical or horizontal for storing an external hard drive & best enclosures ? Sossity Computers 1 12-09-2010 07:26 PM
Ulead DVD Workshop PSD lines lordsmurf Author, Make Menus, Slideshows, Burn 3 03-14-2009 08:45 PM
Free THX Optimization DVD and Blue Glasses markatisu Videography: Cameras, TVs and Players 6 03-24-2007 04:04 PM
HD vs Blue Ray. Who will Win? wayshway Videography: Cameras, TVs and Players 5 02-02-2007 09:00 AM

Thread Tools



 
All times are GMT -5. The time now is 05:56 AM