Quantcast Combing Effect Converting DV Video to DVD? - Page 4 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #61  
05-27-2004, 02:54 AM
Bleeder Bleeder is offline
Free Member
 
Join Date: May 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
OK, I have now encoded the video with the second script and the size is 656 Mb compared to almost 1 gigabyte with just the template and no visual degradation of quality This is the real stuff

The first script I haven't tried yet because it seemded like it would take forever to decode.

I have an AMD 2400 overclocked to true 2200 Mhz so it's got to be a very difficult script I will try it later.

Also-the correct settings in TMPGenc are source-non interlaced and destionation progressive right?

Or should I leave source as interlaced and just encode as progressive?

Otherwise the results are great. I'm really happy with the results.
I'll be recommending it to all my friends. I told them about the forum but for noobs this always looks kinda complicated. I really appreciate your patience and time. Really great of you guys.
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
  #62  
05-27-2004, 02:59 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Congratulations!

The reason why the first script is slow is that it adapts to the motion in the video, blurring the parts with high motion more than the static ones. This may or may not improve compression, I personally use the RemoveDirt().TemporalSoften() approach for captures.

The next step for you would be to start playing with file size prediction (or start using MEncoder), for that I recommed that you go through the CQMatic forum.
Reply With Quote
  #63  
05-27-2004, 03:08 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I've never heard about Removedirt. How efficient it is comparing to deen for instance or something else more "known" ?
Reply With Quote
  #64  
05-27-2004, 03:15 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
It doesn't improve compressibility as much as a simple Deen(), but the difference was very small (2-3%) when I tested it. What I like about it is that it's a temporal-only filter therefore keeping the details better than Deen. It's recommended to use a softener afterwards, hence the ultra light TemporalSoften(2,3,3,6,2).

Here's the official page:

http://www.removedirt.de.tf/
Reply With Quote
  #65  
05-27-2004, 06:53 AM
Bleeder Bleeder is offline
Free Member
 
Join Date: May 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Just a uick question. Is it possible for the cropped video (those 16 pixels) to be stretched to completely full screen? So that there are no visible boarders on each side?
Reply With Quote
  #66  
05-27-2004, 06:56 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The TV set will expand it, don't bother.

That is why it's called 'TiVi'-overscan
Reply With Quote
  #67  
08-18-2004, 08:51 AM
Bleeder Bleeder is offline
Free Member
 
Join Date: May 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Hi guys.

I've been using this script for months now and I am quite sattisfied-I left out the cutting of boarders (overscan takes care of it) because many people I give videos to watch them on monitors of PCs and it would be annoying.

The script
Quote:
AVISource("D:\New Folder\Video 2.AVI")
KernelDeint(order=0,sharp=true,threshold=5)

ConverttoYV12()

UnDot()
asharp(1, 4)

RemoveDirt()
TemporalSoften(2,3,3,6,2)
has been serving me well but I was wondering if you guys figured out any new stuff in the meanwhile-any new recommendations?

Also is there a filter to make the colors a bit livelier. Compared to the original video, colors are a bit less vibrant in the KDVDs I get. Is there something to make them a bit more vibrant?

Thanks!
Reply With Quote
  #68  
08-18-2004, 09:00 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Probably the only new thing that has come up is RemoveGrain, which replaces UnDot nicely giving a compressibility gain as well. Try just RemoveGrain(), which defaults to mode=2. For more compression (and possibly some artifacts), try mode=8.

http://www.removegrain.de.tf (the website may load very slowly!)
Reply With Quote
  #69  
08-18-2004, 10:10 AM
Bleeder Bleeder is offline
Free Member
 
Join Date: May 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
OK. I will try it. On a small sample it already looks fine and size is smaller.

Thanks.
Reply With Quote
  #70  
08-18-2004, 10:26 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I never saw that :
Quote:
If mode=1, then RemoveGrain(mode=1) is identical with trbarry's Undot (even the speed of the SSE version is nearly identical to that of Undot, but the SSE2 version is significantly faster)
There is really no more reason to use Undot then

I have to test that :-p
Reply With Quote
  #71  
08-18-2004, 10:52 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
The SSE2 version doesn't work completely, I think that modes 5-8 are ones that work. I use mainly mode 8 for my TV caps, it's a nice preprocessor for RemoveDirt().

EDIT: kassandro recommends mode=2 for all purposes, better compression but no artifacts
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on converting a dark video? g8o4lyf Video Encoding and Conversion 1 07-21-2004 03:55 PM
Mencoder: Video too short when converting 23.976 fps Drew Video Encoding and Conversion 2 06-01-2004 06:41 PM
Recording Video: The Combing Effect Tutankhamun Video Capturing / Recording 1 11-18-2003 12:26 PM
DVD2SVCD: Converting a 23.975 video TheDJ Video Encoding and Conversion 1 09-27-2003 05:49 AM
KVCD: Can't get rid of the combing! telemike Video Encoding and Conversion 6 03-19-2003 11:53 AM




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