digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Bitrates: Illigal stream format! (http://www.digitalfaq.com/archives/encode/5564-bitrates-illigal-stream.html)

Wolfi 09-13-2003 11:13 AM

Illigal stream format!
 
What am I doing wrong now. This came up when I pressed on "Execute" :arrow:

Illigal stream format :roll:

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

//Wolfi

Dialhot 09-13-2003 01:30 PM

But what shows this error ? TMPGenc or CQMatic itself ?

Wolfi 09-14-2003 04:47 AM

TMPGEnc gives me the error :?

//Wolfi

Dialhot 09-14-2003 05:52 AM

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 ?

Wolfi 09-15-2003 01:38 AM

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

Abond 09-15-2003 04:48 AM

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.

Wolfi 09-15-2003 09:31 AM

Okej now I dont understand...how do I use AviSynth directly for resizing :idea:

//Wolfi

Dialhot 09-15-2003 10:07 AM

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.

Wolfi 09-15-2003 03:14 PM

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

Krassi 09-15-2003 03:18 PM

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 8)


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.