Quantcast KVCD: Illegal Stream Format? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
03-26-2003, 09:30 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Hi everybody

i am new in this forum.
Sorry if my english is not good enough but i am french.

I do some SVCD for several months and i want to try now the KVCD templates.
I have a problem under Tmpgenc (version plus)
I load the script avs.
When i load the tempate in tmpgenc, i have the message "ILLEGAL STREAM FORMAT"
I see that problem has already asked but did not find answer.
Can you help me
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  
03-26-2003, 10:55 AM
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
welcome CATENA JP


"ILLEGAL STREAM FORMAT"



please,post your script!!
Reply With Quote
  #3  
03-26-2003, 11:17 AM
digitalize digitalize is offline
Free Member
 
Join Date: Dec 2002
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
The video you load in AVS if you are using mpeg2dec has to be a *.d2v file. Did you use DVD2AVI 1.76 to create your d2v file?
Reply With Quote
  #4  
03-27-2003, 02:12 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
hi DIGITALIZE

Yes i use DVD2AVI 1.76 to create my d2v file.
When i load it with WMP it works.

Hi JOREL

I am at work and i have not my avs script.
But it is a standard script generated by MOVIESTACKER

another question
When i mux Video and audio do i mux as a non standard SVCD or non standard VCD.

Thanks for your answers

JP
Reply With Quote
  #5  
03-27-2003, 02:29 AM
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
hi again

you have to mux in bbMPEG as vcd or svcd like this:

http://www.kvcd.net/forum/viewtopic....90722cdfccb22b

only changing the "program stream type",the rest is all the same!

but we need to see your script !
Reply With Quote
  #6  
03-28-2003, 02:07 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
HI JOREL

HERE IS MY SCRIPT
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Programmes\Moviestacker\Filters\MPE G2Dec.dll")
LoadPlugin("C:\Programmes\Moviestacker\Filters\Tem poralCleanerOld.dll")
LoadPlugin("C:\Programmes\Moviestacker\Filters\Blo ckBuster.dll")
LoadPlugin("C:\Programmes\Moviestacker\Filters\Dus tV5.dll")
LoadPlugin("C:\Programmes\Moviestacker\Filters\Leg alClip.dll")
LoadPlugin("C:\Programmes\Moviestacker\Filters\Sam pler.dll")

Mpeg2Source("C:\essai-video\essai1-23.d2v")
LegalClip()
Crop(12, 76, 696, 424)
BilinearResize(496, 302)
SpaceDust()
TemporalCleaner(ythresh=5, cthresh=10)
BlockBuster(method="noise", detail_min=1, detail_max=7, variance=0.3, seed=1)
AddBorders(16, 137, 16, 137)
LegalClip()

#Sampler(length=240)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


JP
Reply With Quote
  #7  
03-28-2003, 03:05 AM
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
CATENA JP,

did MovieStacker give this values in your script...?

Crop(12, 76, 696, 424) <------
BilinearResize(496, 302)
and
AddBorders(16, 137, 16, 137)

What model you are using in MovieStacker"destination"
and what is your sourse ?
Reply With Quote
  #8  
03-28-2003, 06:32 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Jorel

Yes, these values are given by MovieStacker

My source is a DVD "LOR"

rgds
Reply With Quote
  #9  
03-28-2003, 06:41 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Jorel

Destination = 528*576
But the problem is for every avs script i do and when i try to use KVCD template

JP
Reply With Quote
  #10  
03-28-2003, 10:04 AM
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
Hi CATENA JP,

Make sure that you did indeed use DVD2AVI 1.76. Later versions don't work, and for what I see, the resolution generated by MovieStacker on your script is incorrect.

-kwag
Reply With Quote
  #11  
03-28-2003, 10:28 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
-kwag


ok i tryed it and post the result

bye

jp
Reply With Quote
  #12  
03-31-2003, 01:27 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Hi

I have found my problem with illegal stream fornat with TMPGENC

When i loaded tbe templates, i did it at work and when i saved them it gave me htm extension so i saved them and changed the extension to mcf ( is was a error).

I reload them at home and it saved them directly with mcf extension and now it works.

so i do some test to see the result.


Jorel


For my script, i removed the black borders (note the values with dvd2avi
and report them in my script.

720*576 ->720*424

jp
Reply With Quote
  #13  
03-31-2003, 02:20 AM
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
"so i do some test to see the result."

hi CATENA JP,

waiting for your test!
the result will be ok!

Reply With Quote
  #14  
04-01-2003, 01:14 AM
CATENA JP CATENA JP is offline
Free Member
 
Join Date: Mar 2003
Location: OYE-PLAGE
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
hi

I have done some test with the kvcd-3 but with a resolution 480*576

the result is good except when the movie is dark, there are macroblock
and sometimes for people in background.

perhaps, i should try another resoltion, i d not know or use other filters but i am not an expert with avisynth.

another question: is there a good script to convert anime divx to mpg
(it is for my children)

thanks.
Reply With Quote
  #15  
04-01-2003, 03:03 AM
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
hi CATENA JP


"...i d not know or use other filters but i am not an expert with avisynth."

all you need about avisynth:
http://www.kvcd.net/forum/viewforum....1f86bb866dcd73

SmootherHiQ Vs. Convolution3d:
http://www.kvcd.net/forum/viewtopic....1f86bb866dcd73

Current Filter Combinations...:
http://www.kvcd.net/forum/viewtopic....1f86bb866dcd73


"is there a good script to convert anime divx to mpg
(it is for my children)"

yes,for you and the children... Converting Divx (avi) to KVCD:

http://www.kvcd.net/forum/viewtopic....1f86bb866dcd73


Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple svcd to kvcd - Illegal Stream Format? coolitalian707 Video Encoding and Conversion 2 03-12-2004 09:21 PM
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
KVCD templates - Illegal Stream Format? Mike2859 Video Encoding and Conversion 0 10-03-2002 11:54 AM
KVCD: Illegal stream format??? brandonjh00 Video Encoding and Conversion 2 05-22-2002 06:46 AM




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