Hey guys,
I have some dot crowls in still regions in a Interlaced PAL videofile, but I couldn't get them off.
Try so many Avisynthscripts (GuavaComb, TComb, DeDot).
But nothing works. Try 2 hours or so but it won't work anything.
I think, I do something wrong, so anyone help me out with a script or a result from my testfile?
(The plan is to make a 50p endfile with QTGMC, but thats not the problem.)
Thanx a lot.
+ Reply to Thread
Results 1 to 14 of 14
-
-
You can eliminate the dot crawl artifacts with only a small loss of sharpness by resizing to half width then back to full width. In AviSynth:
Code:SPline36Resize(width/2, height).SPline36Resize(width,height)
-
Ok, this looks better.
So is this right, that the other Plugins doesn't work at all? -
Try this for the dot crawl:
TemporalDegrain(degrain=1, ov=2, hq=1) -
This is strange.
With SPline36Resize: (Screenshot 1)
The dot crawls on the timer are gone, but on the left upper on the numbers etc. NOT.(I didn't realized that before)
With TemporalDegrain: (Screenshot 2)
The dot crawls on the time are NOT gone, but the left upper on the numbers etc. are. And it's a little bit sharping the hole picture. (Good to see at the telephone numbers)
With both plugins I get the best result, I think. (Screenshot 3)
Check Screenshots.
I don't see any negative artefact, when I use both at this time. (See you?)
But it takes, of course, a longer time to render and I've hours of material.
(Or is there a 3rd "perfect one method" out there?)
Should I convert to 50p before eleminate the dot crawls?
I'm asking because the TemporalDegrain site says, that the plugin works "Progressive input only".
But in my eyes, it works with my interlaced materials, too. -
I used a Panasonic DMR-EX77 DVD recorder to digitize.
My neighbor has the exact same model and I try his recorder:
NO heavy dot crawls at the countdown only just a little bit with I can fix with TemporalDegrain plugin!
So what? The recorders have the same options but his have a better (whatever?). NR is off on both etc.
Same cables/Adapters are used.
This is strange. Again.
So my finally (hopefully) question, so I can move on and digitize the other tapes again, is:
Can I turn off the digital sharpness wich comes from the TemporalDegrain plugin?Last edited by diginoob; 6th Aug 2018 at 03:32.
-
Those are horizontal time base errors, not dot crawl. You need a line time base corrector to get rid of those.
https://forum.videohelp.com/threads/306272-Computer-video-capture-vs-vcr-to-dvd-combo#post1882662 -
Are you sure? I spent a few minutes looking at the user manual for the EX77
https://www.panasonic.com/au/support/manual-download/players-recorders/video-recorders/dmr-ex77/
and found no mention of TBC or "time base" or anything else like that. I then went to the "summary of settings" that begins on page 61, and the only improvement or correction settings I could find is a comb filter, which can improve dot crawl, if that is indeed the problem you have, but is not a time base corrector. -
-
Well, if I am reading that post correctly, the Panasonic engineer pretty much said that it does not have a true TBC. Also, the frame synchronizer may only affect the signal sent directly to the unit's DVD recorder, and may not improve the signal sent out via composite or S-video outputs. However, I can't really tell that for sure from what was written in that post.
-
OK, but I can live with that picturequality...
But still the question, if it's possible to reduce the sharpness that the TemporalDegrain plugin do in the plugin itselves?Last edited by diginoob; 8th Aug 2018 at 04:40.
-
That TemporalDegrain is reducing the time base wiggle but it's doing quite a lot of damage to the interlacing in the live portion of the picture.
Similar Threads
-
Dot Crawl and Rainbow Problem?
By ss2012 in forum RestorationReplies: 33Last Post: 18th May 2015, 07:51 -
Cant get rid of dot crawl?
By killerteengohan in forum RestorationReplies: 42Last Post: 8th May 2015, 01:59 -
Dot Crawl just won't go away
By Elegant in forum RestorationReplies: 25Last Post: 24th Jul 2014, 09:32 -
Dot Crawl Question
By hizzy7 in forum RestorationReplies: 8Last Post: 6th Apr 2014, 20:56 -
Dot Crawl
By hizzy7 in forum RestorationReplies: 25Last Post: 13th Oct 2013, 20:11