Quantcast Bitrates: CQmatic Conversion Failed... - digitalFAQ.com Forums [Archives]
  #1  
12-30-2003, 06:31 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

Just tried my 1st conversion using CQMatic, and i got problems.

After CQMatic finished prediction stage, a TMPGE error came up saying "Illegal Stream Error" , then i press OK, and TMPGE continues encoding, but then i notice the encoded film looks bad quality and colours are very blurry and dark?

Script;

AviSource("C:\**.avi")
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(480, 480, 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)
GripBorders()


any help plz?

Thx
__________________
TheDJ®
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  
12-30-2003, 06:59 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 TheDJ®
AviSource("C:\**.avi")
Crappy source and/or crappy installed codec.

Try first to update to the last Nic's Xvid codec and Divx5.05 (or 5.1.1). Then configure both of them to output YV12 (it is called "Enhanced YV mode" in divx5.11 if I remember well). That's the first step.

Note: if your last use of tmpgenc was throught DVD2SVCD remember to check is ReadAvs is still checked in VFAPI tab because D2S unchecks it !

Note: your problem is not tied to CQMATIC but it's a regular avi->kvcd problem.
Reply With Quote
  #3  
12-30-2003, 07:03 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil, thx for the reply.

I'll try changing those settings, see how it goes.

thx
__________________
TheDJ®
Reply With Quote
  #4  
12-30-2003, 07:49 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Phil,

I've changed the script slightly and got a different error!!

Script;

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Blockbuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convultion3D.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DctFilter.dll")

AviSource("C:\",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
LanczosResize(464, 334, 0, 0, 592, 320)
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_ma x=10,variance=0.3,seed=5623)
AddBorders(8, 73, 8, 73)

Error;

MPEG2Dec3.dll is not an Avisynth 2.5 plugin.

I noticed on the avisynth filters page that there is a replacement for MPEG2Dec3.dll, saying something about it being buggy? not sure....
__________________
TheDJ®
Reply With Quote
  #5  
12-30-2003, 09:36 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 TheDJ®
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Blockbuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Convultion3D.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DctFilter.dll")
You don't need these lines with avs2.53. All plugins should be in the "plugin" directory of avisynth and then, all "loadplugin" lines are useless.

BTW, you are using filters delivered with MOviestacker, do you ? Because they are ALL avs2.08 ! That is certainly why you have that :

Quote:
MPEG2Dec3.dll is not an Avisynth 2.5 plugin.
Reply With Quote
  #6  
12-31-2003, 07:48 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Ok i got rid of the LoadPlugin command, and then when i enter the script into movie player, its saying this error;

Script Error: Invalid Argument to Function "Gripsize"
__________________
TheDJ®
Reply With Quote
  #7  
12-31-2003, 08:07 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Phil,

I was just going through the Divx 5.0.5 Decoder configuration, and couldnt see a YV12 (Enhanced YV mode)....but i found YUV Extended Mode, is this similar? Should i check this?

And i also updated to Nics Xvid 16072003.
__________________
TheDJ®
Reply With Quote
  #8  
12-31-2003, 08:24 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
....
LanczosResize(464, 334, 0, 0, 592, 320)
GripSize(resizer="LanczosResize")
.....
Just just destroyed the working of Gripfit!

You cant mix the conventional resizing methods with gripfit (well not like you did)

As Dialhot said. Be shure all mentioned codecs are onboard, also deinstall avs 2.0x which comes with moviestacker.
Reinstall avisynth to 2.53.

In the pluginsfolder there has to be also the mpg2dec3.dll plugin (warpenterprises) and also Gripfit_YV12.dll !
www.incredible.de.tf/Downloads/GripFit_YV12.rar

So be shure that you installed ONLY avs 2.5 plugins into the 2.5 Plugins folder.

PS: That's also another point I don't like in case of moviestacker.
Noobs do get it, ... installing it (incl. avs 2.0, ... getting in contact with newest avs 2.5 scripts trouble
Thats why in these days I do point on FitCD as its AVS vers. independend
Reply With Quote
  #9  
12-31-2003, 08:42 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Incredible, Thanks for the reply.

I did wot u suggested, all .dll files were already in the avisynth 2.5 folder.

Something very mysterious also happened, i just tested the 1st script which i posted here, replacing this line;

LanczosResize(464, 334, 0, 0, 592, 320)

with this;

GripCrop(480, 480, overscan=1, source_anamorphic=false)

And the tmpge prediction started without any errors, but then i realised that i left the Aspect Ratio to: 4:3, so i cancelled the prediction, changed aspect ratio to 16:9, restarted the prediction and got an error, "Illegal Stream Format". So i changed Aspect Ratio: 4:3 again (which worked fine without any errors before), and this time it came up with same error again "Illegal Stream Format"?

I cant quite work out where i'm going wrong here?

When i press OK after the error, Tmpge starts doing the predictions, but each one lasting 10 seconds max, then it only encodes 240 frames, and stops encoding, then Tmgpe wizard window appears.

All i was doing was testing different scripts, and everything has gone pear shaped.


EDIT: Got it going eventually after uninstaling avisynth completely and reinstalling 2.5.3, but i did that 3 times, 3rd time lucky i suppose! is this a bug or something?
__________________
TheDJ®
Reply With Quote
  #10  
12-31-2003, 10:38 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Do we have to manually mux the files after using CQMatic?
__________________
TheDJ®
Reply With Quote
  #11  
12-31-2003, 03: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
Quote:
Originally Posted by TheDJ®
Do we have to manually mux the files after using CQMatic?
Yes.

-kwag
Reply With Quote
  #12  
01-01-2004, 05:34 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by TheDJ®
Phil,

I was just going through the Divx 5.0.5 Decoder configuration, and couldnt see a YV12 (Enhanced YV mode)....but i found YUV Extended Mode, is this similar? Should i check this?

And i also updated to Nics Xvid 16072003.
Phil,

Was just wondering whether this is the same settings you was talking about?

thnx in advanced..and Happy New Year!
__________________
TheDJ®
Reply With Quote
  #13  
01-01-2004, 05:35 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Quote:
Originally Posted by TheDJ®
Do we have to manually mux the files after using CQMatic?
Yes.

-kwag
Ok thnx Kwag, and Happy New Year!
__________________
TheDJ®
Reply With Quote
  #14  
01-01-2004, 05:42 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
Happy New Year to you too, and to everyone here

-kwag
Reply With Quote
  #15  
01-01-2004, 05:44 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 TheDJ®
Was just wondering whether this is the same settings you was talking about?
Yes it is.
Reply With Quote
  #16  
01-03-2004, 12:22 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
hmm i didnt get an auto-reply....but thanks for the replies!

@Phil,

You mentioned to configure the Xvid codec also, but i cant seem to locate where the configurations are for Xvid codec?

thx
__________________
TheDJ®
Reply With Quote
  #17  
01-03-2004, 07:51 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 TheDJ®

You mentioned to configure the Xvid codec also, but i cant seem to locate where the configurations are for Xvid codec?
For that I use zoomplayer that allows to reach the configuration window (if there is one) for all codecs while you are watching the video !
Reply With Quote
  #18  
01-04-2004, 04:20 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by TheDJ®

You mentioned to configure the Xvid codec also, but i cant seem to locate where the configurations are for Xvid codec?
For that I use zoomplayer that allows to reach the configuration window (if there is one) for all codecs while you are watching the video !
Hi Phil, thx for the reply.

I checked for the codec while playing a film, and could only locate the Xvid in Player Options>Manual Filters, but there is an overide filter setting called "Extended VMR mode," but didnt make much difference..
__________________
TheDJ®
Reply With Quote
  #19  
01-06-2004, 08:08 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
same thing happened again with CQMatic, 1 day it works, next day it doesnt.

Each Predicition stage is taking 10 seconds, whereas when it usually works its 10 minutes for each predicition.

i'm not doing anything different when it worked before, i always load tmpge in CQMatic and script shows ok in tmpge before saving as text file.

Lost!
__________________
TheDJ®
Reply With Quote
  #20  
01-06-2004, 08:15 AM
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 TheDJ®
i'm not doing anything different when it worked before, i always load tmpge in CQMatic and script shows ok in tmpge before saving as text file.

Lost!
You MUST reset the cut editing EACH TIME YOU CHANGE THE SOURCE NAME.

That is because the filename of the last source used for cut edting is memorized that you need to reset it manually each time !

Before to save the project, go to advanced setting, source range, and reset the cut editing !
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bitrates: CQMatic gives me the same CQ boraf Video Encoding and Conversion 7 10-30-2003 08:12 AM
Bitrates: Help when CQMatic is over/under J-Wo Video Encoding and Conversion 1 08-23-2003 12:19 PM
Bitrates: KDVD bitrates with CQMatic nicksteel Video Encoding and Conversion 10 08-06-2003 08:44 AM
Bitrates: TOK vs CQMatic Bud Video Encoding and Conversion 4 08-04-2003 02:30 AM
Bitrates: PAL and GOP with CQMatic break Video Encoding and Conversion 5 08-03-2003 12:10 PM

Thread Tools



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