Quantcast Bitrates: Illigal Stream Format! - digitalFAQ.com Forums [Archives]
  #1  
09-13-2003, 11:13 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
What am I doing wrong now. This came up when I pressed on "Execute"

Illigal stream format

I cant be wrong with the file because I've used it before in CQMatic but then with another script.

//Wolfi
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  
09-13-2003, 01:30 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
But what shows this error ? TMPGenc or CQMatic itself ?
Reply With Quote
  #3  
09-14-2003, 04:47 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
TMPGEnc gives me the error

//Wolfi
Reply With Quote
  #4  
09-14-2003, 05:52 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
And if I understand well, you told that the same source with another script worked ? That's correct ?

Can you copy the script you use ?
Reply With Quote
  #5  
09-15-2003, 01:38 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
The avs. file can play in WMP so I dont know if it's any wrong with this script but maybe it is

[code]
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\MPEG2Dec3.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\blockbuster.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\atc.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\GripFit_YV12.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\UnDot.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\TemporalCleaner.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\DctFilter.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\VSFilter.dll")

AviSource("D:\1x09 - 08.00 am 09.00\24.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(544, 576, overscan=2, 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()
TextSub("D:\1x09 - 08.00 am 09.00\24.srt")
[\code]

I could predict and encode with the first version of the optimal divx scripts using CQMatic+tmpgenc but with this second version it just wont work

//Wolfi
Reply With Quote
  #6  
09-15-2003, 04:48 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I have the same when using GripFit for some avi files. Try to use AviSynth directly for resizing. The values you can get from MovieStacker.
Reply With Quote
  #7  
09-15-2003, 09:31 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Okej now I dont understand...how do I use AviSynth directly for resizing

//Wolfi
Reply With Quote
  #8  
09-15-2003, 10:07 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
With inernal instruction of Avisynth : Bicubic/bilinear/lanczos resize and addborders for the borders.

Moviestacker will give you the correct values for these 2 lines.
Reply With Quote
  #9  
09-15-2003, 03:14 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
When I load my file in moviestacker it shows these lines
Code:
LanczosResize(496, 398, 8, 0, 624, 352)
AddBorders(16, 89, 16, 89)
But I dont understand, with witch lines should I replace this two new lines from MS? Can you show the correct script please

//Wolfi
Reply With Quote
  #10  
09-15-2003, 03:18 PM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Wolfi,
just replace
Code:
GripCrop(544, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
with
Code:
LanczosResize(496, 398, 8, 0, 624, 352)
and
Code:
GripBorders()
with
Code:
AddBorders(16, 89, 16, 89)
Personally i prefer using BicubicResize
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Illegal stream format Nexusfun Convertir y Codificar Video (Español) 10 01-13-2004 03:28 PM
Bitrates: Illegal Stream Format Problem... Jellygoose Video Encoding and Conversion 1 11-23-2003 05:00 AM
Bitrates: TMPGEnc flashes and then illegal stream format TheTitaniumBunny Video Encoding and Conversion 3 08-31-2003 12:51 PM
KVCD: Illegal stream format? CATENA JP Video Encoding and Conversion 14 04-01-2003 03:03 AM
KVCD: Illegal stream format??? brandonjh00 Video Encoding and Conversion 2 05-22-2002 06:46 AM

Thread Tools



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