Quantcast Optimal Script for Divx!? Who's Got one? - digitalFAQ.com Forums [Archives]
  #1  
08-29-2003, 11:44 AM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
We've all used Kwag's optimal script for DVD sources. Now it's time to propose a NEW optimal script for Divx sources!

Any ideas? Girv, Dialhot, what are you guys using right now?
__________________
"There are two rules for ultimate success in life.
1. Never tell everything you know."
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  
08-29-2003, 12:48 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Reno, we are discussing about this in this other thread you opened 3 days ago

http://www.kvcd.net/forum/viewtopic.php?t=5813&start=0

In few words, there is the script I use currently :

Code:
AviSource("PATH\NAME.avi",false)
Undot()
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
GripCrop(WIDTH,HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5623)
GripBorders()
Reply With Quote
  #3  
08-29-2003, 04:57 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
I know, I know, my bad...

I just wanted a good script without all those crazy comment lines in it. In addition, I'd like to build a consensus regarding the best script for Divx application of KVCD/KSVCD.

How exactly does you script stack up vs. 'Optimal' in detail levels, compression, DCT (Damn Crappy Things) block reduction/smoothing. Etc.

I can't wait to see for myself, but I've got a long encode going on a source I can't name, but my friends are all on my case to get it finished.
__________________
"There are two rules for ultimate success in life.
1. Never tell everything you know."
Reply With Quote
  #4  
08-29-2003, 05:26 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Reno,

I am sorry to say this but there are two threads discussing this subject, what about reading them

http://www.kvcd.net/forum/viewtopic.php?t=5455

http://www.kvcd.net/forum/viewtopic.php?t=5813

A consensus in very difficult about scripts, because everyone has it's own preferences and experiences...

[]'s
Vmesquita
Reply With Quote
  #5  
08-29-2003, 05:33 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 Reno
How exactly does you script stack up vs. 'Optimal' in detail levels, compression, DCT (Damn Crappy Things) block reduction/smoothing. Etc.
Optimal for all of this + one : the time !

It's amazing how fast this script go : in VCD res and motion estimate search I just encoded a 2h12 long movie in almost 3 hours ! And I have a humble P4 1.3 Ghz ! (it take me 6-8 h to do a movie with MA script).
Reply With Quote
  #6  
08-29-2003, 08:14 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
That's good enough for me, Dialhot. Next chance I get, I'll try it out!

@vmesquita,

Don't apologize, big guy. I understand this post is redundant, but I'd like a universal 'Optimal' for Divx sources.

I guess that's a little premature.
__________________
"There are two rules for ultimate success in life.
1. Never tell everything you know."
Reply With Quote
  #7  
08-29-2003, 08:43 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
@ Dialhot

Just want to clarify are you still using motionestimate with this script and for all resolutions.

I thought in the original thread they were saying you should use high quality.

Your thoughts

THanx
Reply With Quote
  #8  
08-30-2003, 03:55 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
@bigggt :
No, I always use High Quality also but yesterday I did a movie I just wanted to see, not for keeping it, and the time was more important than the quality.
Reply With Quote
  #9  
08-30-2003, 04:04 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Okay,

I just did a couple of tests with an other script so I let you find which is better for you. What I can say is that this one remove much more default than previous one but perhaps too much (?). BTW it raised the CQ by near 5 points on the same sample

Code:
AviSource("PATH\NAME.avi",false)
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
Deen()
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5623)
GripBorders()
Reply With Quote
  #10  
08-30-2003, 03:32 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
Where can I find Sampler for Avisynth 2.5? It's not on the external filters page!
__________________
"There are two rules for ultimate success in life.
1. Never tell everything you know."
Reply With Quote
  #11  
08-30-2003, 03:51 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
Where can I find Sampler for Avisynth 2.5? It's not on the external filters page!
It's on the same package. It's callled "Sampler-2.5.dll"

-kwag
Reply With Quote
  #12  
08-30-2003, 04:10 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
Coolness. Thx Kwag!
__________________
"There are two rules for ultimate success in life.
1. Never tell everything you know."
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimal script or simple resize script? bigggt Avisynth Scripting 2 06-22-2004 08:17 PM
OPtimal script (avisynth 2.5) Divx/Xvid---->KVCD?????(dud InDoKO Convertir y Codificar Video (Español) 6 01-09-2004 07:58 PM
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 or Girv for Divx encodes? Reno Video Encoding and Conversion 34 09-07-2003 12:18 PM

Thread Tools



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