Okay, so far I have been using a JVC-HRS9911U, and a Canopus ADVC-300 to capture. This has been working excellent, and the videos look great, except for random "sparkles" of noise in some of my older home video tapes. Some of my tapes are getting pretty old, 25+ years, so maybe it's the age, or from wear. I've read that these speckles may be caused from lack of magnetic particles on the tape, from wear. The "sparkles" look like very small horizontal white lines. Can a Full-TBC like the DataVideo TBC-1000, actually reconstruct the frames and fix these little sparkles?
Would a Full-TBC cause problems, since I already have a Line-based TBC in the JVC VCR, and in the Canopus? I suppose converting from analog to digital and back again, is not a good thing. The VCR already converts it to digital then it goes out analog to the Canopus. Then the Canopus converts it back to digital. Putting a TBC-1000 in there will make one more conversion.
+ Reply to Thread
Results 1 to 8 of 8
-
-
The analog to digital conversion is only happening one time here, when the signal enters your ADVC. A TBC does not convert to digital.
But to answer your question, in my experience full TBC does not do anything to help clear up these "sparkles". -
Nothing will fix this.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
What about maybe something like this?
Dropout Compensator (DOC)
An electronic device in a VCR or VTR that detects the presence of a dropout and replace is with information from the preceding line, thereby covering up the dropout. -
The DESPOT filter for AviSynth works freaking miracles!
You can get it here:
http://www.avisynth.org/warpenterprises/
Here is a common script I use:
Code:LoadPlugin("Convolution3d.dll") Loadplugin("avisynth_c.dll") LoadCPlugin("despot.dll") avisource("D:\capture.avi") SeparateFields() odd=SelectOdd.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) evn=SelectEven.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) Interleave(evn,odd) Weave() ConvertToYV12(interlaced=true) despot(interlaced=true) ConvertToYUY2(interlaced=true)
Despot works well for me when there are "flickering" spots or what you are calling random sparkles. I used it on a cable broadcast that had a lot of random sparkles and it worked like a charm!
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
I'll test this when I get a chance.
For TMPGENC, I just need to change this:
ConvertToRGB(interlaced=true)
correct?Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Originally Posted by lordsmurf
If you are going to edit in VirtualDubMod so as to import your edits into the script put the TRIM command after line 4 (right after loading the source).
If you need to crop or addborders or resize etc. I would do that at the very end right before the last line.
- John "FulciLives" Coleman
P.S.
My guide to using VirtualDubMod for editing along with pointers on Convolution3D:
https://www.videohelp.com/forum/viewtopic.php?t=225951"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Full Frame TBC
By mayhampixi in forum RestorationReplies: 21Last Post: 12th Jul 2011, 21:34 -
Please help! Problem with using TBC to capture VHS tapes.
By jrodefeld in forum Capturing and VCRReplies: 9Last Post: 9th Jun 2011, 17:08 -
DVHS VCR performance with EP speed tapes and VHS-C tapes?
By NJRoadfan in forum RestorationReplies: 13Last Post: 8th Apr 2011, 20:36 -
How do I use the Sony EV-S3000 TBC to enhance VHS tapes?
By yoda313 in forum RestorationReplies: 5Last Post: 22nd Jan 2011, 07:52 -
Full Frame TBC
By innocenceisdeath in forum RestorationReplies: 9Last Post: 1st Jul 2010, 04:17