Quantcast KVCD: CQ Value is Supposed to be 149? - digitalFAQ.com Forums [Archives]
  #1  
01-27-2003, 10:27 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
im tryn to get panic room on one cd...kwag im using what u said on how u got k 19 on 1 disc usin x3 templates. Well i followed the prediction thing and acordn to ur formula thing my new cq value is spose to be 149 I dunno what went wrong cuz I did iit twice and the same thing happened.
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-27-2003, 10:44 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
What script are you using Could you post your .avs script

-kwag
Reply With Quote
  #3  
01-27-2003, 11:14 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
LoadPlugin("D:\Downloads\vcd\FitCD\MPEG2DEC.dll")
LoadPlugin("D:\Downloads\vcd\FitCD\sampler.dll")

Mpeg2Source("D:\PANIC_ROOM_SUPERBIT\VIDEO_TS\panic room.d2v")
BilinearResize(672,350,14,0,692,480)
AddBorders(16,65,16,65)

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Reply With Quote
  #4  
01-27-2003, 11:18 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
What is the file size of your sample and what is the wanted size supposed to be with the formula
Reply With Quote
  #5  
01-27-2003, 11:24 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
file size of sample is 4.62
wanted is 14.82
Reply With Quote
  #6  
01-27-2003, 11:34 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 Vitia
file size of sample is 4.62
wanted is 14.82
Using what CQ value?
Reply With Quote
  #7  
01-27-2003, 11:35 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
60
Reply With Quote
  #8  
01-27-2003, 11:42 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
more details for u the movie is ntsc 29.97, 161089 frames, and im tryn to get it on one cd using x3 mpeg 1 or 2...dunno which one is better...or if i should use the plus template...but i want good quality
Reply With Quote
  #9  
01-27-2003, 11:44 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
Did you set "Force FILM" on DVD2AVI when you created your .d2v
Reply With Quote
  #10  
01-27-2003, 11:46 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
no i didnt the guide on kvcd didnt say to
Reply With Quote
  #11  
01-27-2003, 11:52 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
also to let u know i change the source from 4:3 to 16:9
Reply With Quote
  #12  
01-27-2003, 11:52 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 Vitia
no i didnt the guide on kvcd didnt say to
Ok, that's one problem. Run DVD2AVI again and set "Force FILM"
I suggest you also use a script like this:

Code:
LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll") 
LoadPlugin("C:\encoding\blockbuster.dll") 
LoadPlugin("C:\encoding\legalclip.dll") 
LoadPlugin("C:\encoding\sampler.dll") 
LoadPlugin("C:\encoding\dustv5.dll") 
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("K:\ATTACK_OF_THE_CLONES_F1\VIDEO_TS\clones.d2v")
LegalClip() 
GripCrop( width=528, height=480, overscan=2 ) 
GripSize() 
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders() 
LegalClip() 
Sampler(length=24) 
## MPEG size =((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Don't pay too much attention to the details right now
This script is already set for KVCDx3 ( 528x480 ) resolution. So load your KVCDx3 template and use this script to process your .d2v. Just change the Mpeg2Source("K:\ATTACK_OF_THE_CLONES_F1\VIDEO_TS\c lones.d2v") line to point to YOUR .d2v file. The links for the filters is available here: http://www.kvcd.net/forum/viewtopic.php?t=2553

-kwag
Reply With Quote
  #13  
01-27-2003, 11:54 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
ok ill do that and use that script u posted n let u know what happens...thnx for the help
Reply With Quote
  #14  
01-27-2003, 11:56 PM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
one thing...should i jus copy that script into fitcd?
Reply With Quote
  #15  
01-28-2003, 12:00 AM
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 Vitia
one thing...should i jus copy that script into fitcd?
No!, copy the script above to "notepad". You can use FitCD to open your new .d2v and then copy+paste the mpeg2source line over the one in notepad. Save the script in notepad, and process that.

-kwag
Reply With Quote
  #16  
01-28-2003, 12:02 AM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
thnx kwag
Reply With Quote
  #17  
01-28-2003, 12:22 AM
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 Vitia
thnx kwag

Let me know your results, and read as much as you can, specially on the "SansGrip's" and "File prediction" areas on the forum.

-kwag
Reply With Quote
  #18  
01-28-2003, 03:19 AM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
i cant find temporalcleanerold.dll...ill try witout it
Reply With Quote
  #19  
01-28-2003, 03:40 AM
Vitia Vitia is offline
Free Member
 
Join Date: Aug 2002
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
well i tried without the temporalclean thing...n the file sample size came out to 5.77mb i used ur new cq formula n this time it came out wit a new cq value of 154. so i dunno what to do

Just want to add...should i use the new tmpg enc...or stick with my tmpg enc plus 2.58?

Oh ya n sorry i messed up when i told u it was 29.97 that 9 should of been a 3..its 23.97
Reply With Quote
  #20  
01-28-2003, 08:16 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Can somebody post a link to the TemporalCleaner filter for AviSynth ? I can't find it anywhere either!
__________________
j3llyG0053
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: am I supposed to force film or not? veggiegirl Avisynth Scripting 1 05-13-2003 06:38 PM
BBMpeg: 28 Mb when supposed to be 650+?? AmericanKickboxer Video Encoding and Conversion 7 04-13-2003 11:16 PM
KVCD: supposed to make changes in the settings? Chemop Video Encoding and Conversion 9 08-15-2002 04:56 AM

Thread Tools



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