Quantcast Bitrates: What does "File Size Difference: -10690560" Mean? - digitalFAQ.com Forums [Archives]
  #1  
10-22-2003, 02:34 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
I keep getting this error after CQMatic has gone through the first prediction. And the next run TMPGEnc always start at CQ 75.
This is the script I'm using:
Quote:
nf=0

MPEG2Source("D:/Rippat/Reloaded/The Matrix Reloaded.d2v", cpu=6, ipp=false)

GripCrop(480, 576, overscan=2, source_anamorphic=true)
GripSize(resizer="LanczosResize")
UnDot()
Deen("a2d", 2, 10, 12)
#STMedianFilter(8, 32, 0, 0)
MergeChroma(blur(1.58 ))
MergeLuma(blur(0.1))

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "(nf >= SwitchThreshold) ? UnFilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,13+nf) ")

GripBorders()
DCTFilter(1, 1, 1, 1, 1, 1, 0.5, 0)

function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
Are there any errors in this script so please let me know. It's driving me crazy with these errors!
__________________
AudioSlave
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  
10-22-2003, 02:41 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
That means that CQMatic (or TMPGENC) fails, as we were talking in private;

You told me that the first encoding took 3 minutes ? Are you positive about that ?
Did you try to set TMPGENC to display picture while they are encoded or not ?
Reply With Quote
  #3  
10-22-2003, 02:46 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, I'm a 100% sure. I have the preview on (as always) in TMPGEnc and it looks great. No errors or distorted images or anything. That's why I think it's really wierd!
__________________
AudioSlave
Reply With Quote
  #4  
10-22-2003, 02:52 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
And as I understand, you know how to use CQMAtic so it's not a problem of "misuse" of the tool

Really no idea.
Reply With Quote
  #5  
10-22-2003, 02:59 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
I don't think I'm doing anything I'm not supposed to. I tried another script (the MA script) just to make sure the programs worked alright. And I had no trouble with that script... Strange! Can you see if I screwed up your script somewhere? I mean, you know how it should look...
__________________
AudioSlave
Reply With Quote
  #6  
10-22-2003, 03:08 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
maybe nothing have to do ...

use deen after mergeluma(*) and
dct before gripborder !

* is only my recomendation,but i use
deen("a3d",3,4,0,4) # for light cleaning!

Reply With Quote
  #7  
10-22-2003, 03:13 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Okay jorel. Couldn't hurt to try, right?
__________________
AudioSlave
Reply With Quote
  #8  
10-22-2003, 03:29 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry to say but it didn't work. Same error as before. I just don't get what's wrong...
__________________
AudioSlave
Reply With Quote
  #9  
10-22-2003, 03:33 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
File size difference can never be negative. Check the path.
Make it smaller.

-kwag
Reply With Quote
  #10  
10-22-2003, 03:33 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
well....try remove the
cpu=6, ipp=false
as we wrote in another thread,
i never use it and never did problems without it!

the dct before gripborders is the developer recomendation(trbarry)!

we have to find!
Reply With Quote
  #11  
10-22-2003, 05:28 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
@ kwag
Well I don't think the error is because of a long path since it works if I use the MA script - from the same path. There must be something else wrong. Just don't know what...

@jorel
Okay, I'll move the DCT line to before GripBorders
__________________
AudioSlave
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
New file sharing program "MUTE" kwag Computers 26 02-26-2005 10:00 AM
""""""Por favor me ajude" ficoboy Conversão e Codificação de Vídeo (Português) 49 08-24-2004 05:35 PM
Quais os codec's? """"""" ficoboy Conversão e Codificação de Vídeo (Português) 1 05-11-2004 10:14 AM
Bitrates: CQ 89.77 but file size difference is positive! daone Video Encoding and Conversion 5 12-30-2003 02:58 PM
Bitrates: Any possibility to avoid "jumping" in prediction? Razorblade2000 Video Encoding and Conversion 8 07-26-2003 11:50 AM

Thread Tools



 
All times are GMT -5. The time now is 05:22 PM  —  vBulletin © Jelsoft Enterprises Ltd