Quantcast Optimal or Girv for Divx Encodes? - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
08-30-2003, 05:15 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Reno
According to Kwag, CQ_VBR is better with Blockbuster...
I said that, because that's what the developer of Blockbuster (SansGrip) said
He even proved it in the "CQ vs. CQ_VBR" thread.
At 352x240, in CQ_VBR, it works very well. Above that resolution and using CQ, no matter how strong you apply Blockbuster noise, it barely diminishes the DCT blocks. He provided screenshots in the thread mentioned above.

-kwag
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
  #22  
08-30-2003, 05:22 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The problem here is different : we use blockbuster for eliminate already existing blocks that are in divx. Not for avoiding new ones.

For this purpose (I can't provide screenshots, sorry ), blockbuster works either in CQ than CQ_VBR mode.
Now, I agree with you that CQ_VBR is better only at VCD res, and CQ for res above.
Reply With Quote
  #23  
08-30-2003, 06:36 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Ok, I see. Then you're "spraying" the DCT blocks with noise

-kwag
Reply With Quote
  #24  
08-31-2003, 05:49 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Yes it is
Reply With Quote
  #25  
08-31-2003, 01:07 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Does this script look okej

Code:
LoadPlugin("C:\Filters\MPEG2Dec3.dll") 
LoadPlugin("C:\Filters\atc.dll") 
LoadPlugin("C:\Filters\Blockbuster.dll") 
LoadPlugin("C:\Filters\VSFilter.dll") 
LoadPlugin("C:\Filters\dctfilter.dll")

AVISource("C:\movie.avi",false) 

Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) 
ATC(1,2,4,0.5,false) 
TemporalSoften(2,7,7,3,2) 
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823) 
DCTFilter(1,1,1,1,1,1,0.5,0)

gripCrop(540, 480, overscan=2,source_anamorphic=false,dest_anamorphic=false) 

GripSize(resizer="lanczosresize") 
GripBorders() 

TextSub("C:\movie.srt") 
converttoyuy2()
Is there something who should be changed

//Wolfi
Reply With Quote
  #26  
08-31-2003, 02: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 Wolfi
Does this script look okej
Yes it does.
Reply With Quote
  #27  
09-02-2003, 08:41 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,nice results with the divx,xvid script but what is everyone using for prediction.

I did a manual prediciton with the last movie and it was pretty good(tiny bit too big)

So whats everyone using

Thanx
Reply With Quote
  #28  
09-02-2003, 08:48 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by bigggt
Hi,nice results with the divx,xvid script but what is everyone using for prediction.
Try the latest CQMatic. It should do a descent job on AVI prediction too.
Previous versions didn't work very well, because of the sampling that was used. That was changed in version 1.2.00

-kwag
Reply With Quote
  #29  
09-02-2003, 08:59 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Kwag ,i'll give it a try
Reply With Quote
  #30  
09-03-2003, 12:30 AM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
CQMatic is doing a thumbs up job on avi encodes.
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #31  
09-05-2003, 12:33 AM
ChiefOBrei ChiefOBrei is offline
Free Member
 
Join Date: Sep 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
I have tried this script and the results are promising. But as far as I know we have to use a different setup in TMPGEnc due to the fact that we do not have a MA script. In my opinion it makes sense to define which options should be used with this script.


- Min bitrate: 300 and Max bitrate: 2500 or should we use 0,57 avg bitrate and 2000

- Motion search precision: High quality or should we use motion estimate search

Maybe there are more options which are interesting.

Is it possible to have a sticky post with a optimal Divx script?

Thanks!

ChiefOBrei
Reply With Quote
  #32  
09-07-2003, 01:06 AM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
Just to add to the last post, I'm getting funky predictions with cqmatic and tok. what are you guys using for min/max bitrate? Detect scene change? And you use calcumatic to get avg bitrate? Just wondering how you're getting accurate avi predictions.

Oh and I second the motion for a divx optimal script sticky. Perhaps dialhot could moderate it?
Reply With Quote
  #33  
09-07-2003, 09:53 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
HI J-Wo

I have only done 1 movie so far but this is what i got with the kvcd 352X240 template

DEtect scene change not selected and calcumatic to get avg bit rate

Manual prediction min 300 max 1800 -CQ 80.75(file tiny bit too big)just cut out 1 min of the ending credits
TOK CQ80.693 min 300 max 1800
CQ matic min300 max 1800 -CQ 81.8 50 50]mb too big
CQ matic avg *57 min and 1800 max CQ 80.70(didn't encode but would have been the closet)

Obviously its too early to be sure but this is from my first try.
Reply With Quote
  #34  
09-07-2003, 10:31 AM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
thanks bigggt. Just wondering though, do you think visual quality will be affected much by having such a low max bitrate? I thought kwag said we could lower it to 2000 because we were using the MA script, but now we're not anymore...
Reply With Quote
  #35  
09-07-2003, 12:18 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
I think with the higher templates you would still use 2500 max(correct me if i'm wrong) but i used 1800 because it was the 352X240 template which the max should be 1800
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
OPtimal script (avisynth 2.5) Divx/Xvid---->KVCD?????(dud InDoKO Convertir y Codificar Video (Español) 6 01-09-2004 07:58 PM
Why are the DivX encodes so flawed? Grantman Video Encoding and Conversion 5 12-27-2003 04:57 AM
Divx script vs Optimal script? bigggt Video Encoding and Conversion 12 11-20-2003 04:22 AM
Problema con DCTFilter con archivo avi optimal scrip divx-kv ginger_c0918 Convertir y Codificar Video (Español) 1 09-07-2003 07:37 PM
Optimal Script FOR DIVX!? Who's got one? Reno Video Encoding and Conversion 11 08-30-2003 04:10 PM

Thread Tools



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