10-22-2003, 02:34 PM
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
10-22-2003, 02:41 PM
|
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 ?
|
10-22-2003, 02:46 PM
|
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
|
10-22-2003, 02:52 PM
|
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.
|
10-22-2003, 02:59 PM
|
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
|
10-22-2003, 03:08 PM
|
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!
|
10-22-2003, 03:13 PM
|
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
|
10-22-2003, 03:29 PM
|
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
|
10-22-2003, 03:33 PM
|
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
|
10-22-2003, 03:33 PM
|
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!
|
10-22-2003, 05:28 PM
|
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
|
All times are GMT -5. The time now is 12:50 PM — vBulletin © Jelsoft Enterprises Ltd
|