Quantcast KDVD: Tiny Dots/Blocks Everywhere? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-28-2004, 02:18 PM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
In need of a new script, My kdvd's made from dvd source look like shit with little tiny dots everywhere "blocks are reduced but jus replaced with a really bad case of dots & static,
Can someone hookup an optimal script that gets rid of blocks & dots but keeps the pic quality digitally crisp ??

(for Avisynth 2.5.x)
Here's my current script (Ithink it's only good for divx source)

Mpeg2Source("E:\delete\1.d2v")

TomsMoComp(1, 15, 1)
MergeChroma(Blur(1.5)
MergeLuma(Blur(0.1))
GripCrop(704, 480, source_anamorphic=false)
GripSize(resizer="BicubicResize")
TemporalCleaner(ythresh=7,cthresh=15)
Undot()
VobSub("D:\DVD_VIDEO\VIDEO_TS\VTS_10_0")
DctFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
LetterBox(16, 16, 16, 16)
ConverttoYUY2()
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  
01-28-2004, 07:25 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by The Untouchable
Ithink it's only good for divx source
If it was I hadn't gave to you the advice of trying it

Quote:
TomsMoComp(1, 15, 1)
You should use an other deinterlacer at first.
Try FieldDeinterlace.

Quote:
GripCrop(704, 480, source_anamorphic=false)
A DVD is generally anamorphic. Check yours !

Tiny blocks are arround the objects or into the uniform static areas ?
Reply With Quote
  #3  
01-29-2004, 02:27 PM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
no my DVD'S not anamorphic, & as for the dots & static hmmm theres a major bitrate shortage around the objects/people/subtitles & the lil dots are everywhere on the screen (staticy)
Reply With Quote
  #4  
01-29-2004, 02:43 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
Code:
Mpeg2Source("E:\delete\1.d2v") 

TomsMoComp(1, 15, 1) 
MergeChroma(Blur(1.5) 
MergeLuma(Blur(0.1)) 
GripCrop(704, 480, source_anamorphic=false) 
GripSize(resizer="BicubicResize") 
TemporalCleaner(ythresh=7,cthresh=15) 
Undot() 
VobSub("D:\DVD_VIDEO\VIDEO_TS\VTS_10_0") 
DctFilter(1,1,1,1,1,1,0.5,0) 
GripBorders() 
LetterBox(16, 16, 16, 16) 
ConverttoYUY2()
Why using TomsMoComb???

As I ask ever :
What's that Kind of movie??
DID YOU CHECK fast moving areas using DVD2AVIs preview??

I don't beleive that you need Deinterlacing! As you'r also dealing with subtitles. Blockbuster DVD

Second: Use your Merge/Blur lines AFTER resizing as you should perform them on endsize resolutions.
Reply With Quote
  #5  
01-29-2004, 02:48 PM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
It's a progressive non intelaced source BUT !! for somereason when I preview it in DVD2AVI or even encode it to K-dvd the target ends up looking like it was interlaced if I dont use TomsMoComp filter. (why)

(2) Whats Blockbuster DVD ?

(3) WHATS AN ENDSIZE RESOLUTION?
Reply With Quote
  #6  
01-29-2004, 02:54 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
2) Blockbuster DVD = Movie DVD /Hollywood, originally shot on FILM material. And I think thats what you're dealing with.

3) Means AFTER resizing where the resolution comes out you're going to encode with.

I don't want to know in which state your target is, mens if your taret seems to be interlaced, I want to know if you see in DVDsAVI when VOBs are imported and you do scroll to fast scenes if THERE you can see Combing artefacts!

Is that a NTSC Source?
Reply With Quote
  #7  
01-29-2004, 03:01 PM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
Yes tizz NTSC source & it's not a interlaced movie but looks like it in dvd2avi preview (combing effect)
The reason am using TomsMoComp is that I think its a bit better than field deinterlace ( U guys can correct me if I'm wrong)
But I think it blures out alotta ugly noise & deinterlaces at the same time,
Field deinterlace leaves lil ugly static in my opionion
(maybe givin the right code or used while tweaked f d might be good but I don't think its better than TomsMoComp
With Kwags script + TomsMoComp 1,15,1 I had a great CCE Q OF 66
With Field deinterlace I have ta take it to Q 78 (LOWER IS BETTER ) ?
Right ??
lol
Plus Filed deinterlace leaves static & other crap
(yes I believe u now Vmesquita when u say fluxosmooth sux)
But its great for Divx source (I only use DVD source)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: What is happening? lines or dots in video? djjodiem Video Encoding and Conversion 3 12-25-2004 03:44 PM
Avi conversion output still has too many blocks Paulus Video Encoding and Conversion 5 12-11-2003 07:19 AM
Avisynth: Blocks!? CheronAph Avisynth Scripting 11 04-29-2003 11:35 AM
KVCD: colored dots in my movie? big Video Encoding and Conversion 13 02-05-2003 03:25 AM
final mpeg output has tiny black bar on top and bottom? syk2c11 Video Encoding and Conversion 4 09-07-2002 07:20 PM




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