Ok here is the story,
I want to create a VCD with vcdimager containg three mpeg stills, and five short mpg clips.
First I collected my five avis and converted with avi2Mpeg.
Then Created my three stills using TSCV and then yes i patched them with it also.
Then i created my XML here is an quick explanation of i wanted it to do.
first there is an opening movie intro then it goes to the first menu. the menu will then have seven selections to the other movies and to Two other stills.
All the movies return back to the main menu after being played. and the two other stills jus contain text info and then you have the option of returning back to the main menu.
I will post up the Xml up if needed
but anyways.
I then used vcdimager to create the file. I moved all the movies and the xml file to the same folder as VCDIMAGER
and used the command line
blah blah blah//vcdimager videocd.xml
It went though the code and then i think when it went to scann the Mpegs i got this message.......
" INFO: scanning mpeg sequence item #0 for scanpoints...
** Warn: Mpeg scan: pack header code <x000001ba> expected, but 0x3c3f786d found
<buflen = 2324>
** ERROR: input mpeg stream has been deemed invalid -- aborting
And it stops....
Any idea on why this would happen? im thinking an error in my mpegs but why? and which one? and how to fix it?
any help would be great
Tim
+ Reply to Thread
Results 1 to 4 of 4
-
F1!! F1!! F1!!!
-
And if you guys think its the xml file here is an copy of what i did *Its quiet a long one too
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN" "http://www.gnu.org/software/vcdimager/videocd.dtd">
<videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/" class="svcd" version="1.0">
<info>
<album-id>next-illusion VCD</album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>VolumeLabel</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<preparer-id></preparer-id>
<publisher-id>Tim Nguyen of next-illusion.com</publisher-id>
</pvd>
<segment-items>
<segment-item src="menu.mpg" id="segment-0000"/>
<segment-item src="contact.mpg" id="segment-0001"/>
<segment-item src="corporate_info.mpg" id="segment-0002"/>
</segment-items>
<sequence-items>
<sequence-item src="opening.mpg" id="sequence-00">
<default-entry id="entry-000"/>
</sequence-item>
<sequence-item src="cddvd.mpg" id="sequence-01">
<default-entry id="entry-001"/>
</sequence-item>
<sequence-item src="digitalimage.mpg" id="sequence-02">
<default-entry id="entry-002"/>
</sequence-item>
<sequence-item src="videoani.mpg" id="sequence-03">
<default-entry id="entry-003"/>
</sequence-item>
<sequence-item src="webhost.mpg" id="sequence-03">
<default-entry id="entry-003"/>
</sequence-item>
</sequence-items>
<pbc>
<playlist id="playlist-01">
<next ref="selection-01"/>
<wait>2</wait>
<autowait>0</autowait>
<play-item ref="sequence-00"/>
</playlist>
<selection id="selection-01">
<bsn>1</bsn>
<wait>-1</wait>
<loop jump-timing="delayed">1</loop>
<play-item ref="segment-0000"/>
<select ref="playlist-01"/>
<select ref="playlist-02"/>
<select ref="playlist-03"/>
<select ref="playlist-04"/>
<select ref="selection-02"/>
<select ref="selection-03"/>
</selection>
<playlist id="playlist-02">
<next ref="selection-01"/>
<wait>1</wait>
<autowait>0</autowait>
<play-item ref="sequence-03"/>
</playlist>
<playlist id="playlist-03">
<next ref="selection-01"/>
<wait>1</wait>
<autowait>0</autowait>
<play-item ref="sequence-04"/>
</playlist>
<playlist id="playlist-04">
<next ref="selection-01"/>
<wait>1</wait>
<autowait>0</autowait>
<play-item ref="sequence-05"/>
</playlist>
<playlist id="playlist-05">
<next ref="selection-01"/>
<wait>1</wait>
<autowait>0</autowait>
<play-item ref="sequence-06"/>
</playlist>
<endlist id="end-1"/>
<selection id="selection-02">
<bsn>1</bsn>
<wait>-1</wait>
<loop jump-timing="delayed">1</loop>
<play-item ref="segment-0001"/>
<select ref="selection-01"/>
</selection>
<selection id="selection-03">
<bsn>1</bsn>
<wait>-1</wait>
<loop jump-timing="delayed">1</loop>
<play-item ref="segment-0002"/>
<select ref="selection-01"/>
</selection>
</pbc>
</videocd>
F1!! F1!! F1!!! -
XML is fine.
Something is wrong with one of your MPEG files.
Try using VCDXMINFO on all your mpegs and see what it says...
Regards.
Michael Tam
w: Morsels of Evidence -
Ok and if there is something wrong?
im thinking its prolly one of my stills but ok i'll take a check into it
F1!! F1!! F1!!!
Similar Threads
-
DVD FLICK, Start-up Error Msg-Unable to created txt file. Last DLL error: 5
By jacknscoob in forum Authoring (DVD)Replies: 5Last Post: 4th Mar 2012, 08:58 -
Error creating VCD
By maruz in forum ffmpegX general discussionReplies: 4Last Post: 17th Oct 2009, 06:42 -
"Where's progress app?" error when trying to decode VCD
By rossi in forum ffmpegX general discussionReplies: 8Last Post: 19th Aug 2008, 00:48 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41 -
VCD to DVD (TDA error: GOP too long)
By jelir in forum Authoring (DVD)Replies: 1Last Post: 6th Jun 2007, 09:40