Need help cleaning up some footage. (pic included)

Locked
User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Need help cleaning up some footage. (pic included)

Post by x_rex30 » Sun Nov 27, 2005 9:38 pm

I think what they call this problem is dot crawl. I've gotten rid of the problem before like a year ago in Avisynth or Vdub but I don't exactly remember how I did. There was a site I went to that had descriptions and examples of the problem and there own filters to use to get rid of them.. sites like this.

http://www.compression.ru/video/index_en.htm

I'd like to get rid of the problem in Avisynth.. so if you know any good settings/filters for fixing this let me know. Here's an example of the problem..

Image

Notice the dot's in the image? If you know any good way of fixing this, please let me know.

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Sun Nov 27, 2005 9:40 pm

Crop?

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Sun Nov 27, 2005 9:44 pm

Here's a semi zoomed in example of the dot's I'm seeing. I'll try to get a better example later if it seems too confusing.

Image

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Sun Nov 27, 2005 10:01 pm

Well I have a dot crawl comb filter in Vdub and that seems to get rid of it.. and I've now tried Guava Comb in Avisynth and that seems to be working. It seems I'm fixing the prob and maybe I don't need as much help as I thought I did. Anyone can still help a bit and give me info. I'm actually very interested in sites that give examples of problems in the video like the site I listed did.. so if you have any, please list some. Thanks. ^_^

User avatar
NeoQuixotic
Master Procrastinator
Joined: Tue May 01, 2001 7:30 pm
Status: Lurking in the Ether
Location: Minnesota
Contact:
Org Profile

Post by NeoQuixotic » Sun Nov 27, 2005 11:48 pm

I've had the same dot crawl problem. I started a thread and got some good solutions. However, the filters that would fix the dot crawl would introduce other artifacts throughout the footage sometimes. Maybe your luck will be better.

LINK--->
http://www.animemusicvideos.org/phpBB/v ... p?p=746674
Insert clever text/image here.

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Mon Nov 28, 2005 12:27 am

anubisx00 wrote:I've had the same dot crawl problem. I started a thread and got some good solutions. However, the filters that would fix the dot crawl would introduce other artifacts throughout the footage sometimes. Maybe your luck will be better.

LINK--->
http://www.animemusicvideos.org/phpBB/v ... p?p=746674
Thanks. That helps a lot! That's exactly the same problem I'm experiencing. I'll see how DeDot works out. So far Guavacomb works pretty well but maybe I'll get better results with DeDot.

User avatar
DeinReich
Joined: Sun Mar 27, 2005 10:40 am
Location: College
Org Profile

Post by DeinReich » Mon Nov 28, 2005 7:00 pm

At first I didn't notice the dots, but I did notice something else...

<.<
>.>
Image

User avatar
Corran
Joined: Mon Oct 14, 2002 7:40 pm
Contact:
Org Profile

Post by Corran » Mon Nov 28, 2005 7:26 pm

The is a filter called DeDot() that might do what you need. It has to go before deinterlacing I believe.

Here is an example that I used it in.

Code: Select all

Mpeg2Source("F:\DVD2AVI Source\Kenshin OVA\Betrayal.d2v")
Dedot()
fft3dfilter()
TomsMoComp(1,5,1)
Crop(8,0,-8,0)
Bicubicresize(640,480)
sdderainbow()
HQDN3D()
fastlinedarken()
tweak(sat=1.1)
Image

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Mon Nov 28, 2005 9:08 pm

Corran wrote:The is a filter called DeDot() that might do what you need. It has to go before deinterlacing I believe.

Here is an example that I used it in.

Code: Select all

Mpeg2Source("F:\DVD2AVI Source\Kenshin OVA\Betrayal.d2v")
Dedot()
fft3dfilter()
TomsMoComp(1,5,1)
Crop(8,0,-8,0)
Bicubicresize(640,480)
sdderainbow()
HQDN3D()
fastlinedarken()
tweak(sat=1.1)
http://www.corranproductions.com/misc_f ... shinBA.png
Nice clean up job. I'll try that out on my source when I get home. Also have Kenshin Betrayal on my comp.. maybe it could use Dedot to clean it up.

User avatar
The14thGOD
Joined: Sat Feb 21, 2004 1:12 pm
Location: Everywhere
Contact:
Org Profile

Post by The14thGOD » Mon Nov 28, 2005 9:50 pm

just curious but uh is there some guide/site that has these filters etc and explain what they do.. i dont remember these and some others ive seen on these boards in the Absolute Destineys ................. guide.

sorry if its a newb question ^_^

but if there isnt perhaps some gods at thsi stuff could make one or a sticky bout some others that are not in the guides.
http://the14thgod.com
A man is only blind to the world, if he does not understand it.

Locked

Return to “Video & Audio Help”