03-26-2003, 09:30 AM
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
03-26-2003, 10:55 AM
|
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!!
|
03-26-2003, 11:17 AM
|
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?
|
03-27-2003, 02:12 AM
|
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
|
03-27-2003, 02:29 AM
|
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 !
|
03-28-2003, 02:07 AM
|
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
|
03-28-2003, 03:05 AM
|
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 ?
|
03-28-2003, 06:32 AM
|
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
|
03-28-2003, 06:41 AM
|
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
|
03-28-2003, 10:04 AM
|
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
|
03-28-2003, 10:28 AM
|
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
|
03-31-2003, 01:27 AM
|
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
|
03-31-2003, 02:20 AM
|
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!
|
04-01-2003, 01:14 AM
|
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.
|
All times are GMT -5. The time now is 10:13 PM — vBulletin © Jelsoft Enterprises Ltd
|