I have finally got tscv to produce a moving menu on the preview screen but when i got to make the cue and bin file it says that it is invaild and stops straight away i am trying to make a moving menu in vcd 2.0 if any one can help i would appriciate it
+ Reply to Thread
Results 1 to 9 of 9
-
-
I have similar problem
<font size=-1>[ This Message was edited by: Jonny Fang on 2001-12-13 06:47:33 ]</font> -
I am a newbie at this process and Im not sure if this is along the same lines but I have been using tscv to make chapters and menus with my vcds but I seem to be having a bit of a problem, I cant seem to get the extro mpeg to work or to get the menu at the end of the mpeg to show after the movie stops, i.e. I have a menu before the move saying "Chapter Index" (showing all the chapter selections) or something like that and then the mpeg and then at the end I tried to put another menu or extro mpeg that says something like "Insert Disc 2" but the menu at the end does not show. The first menu shows but the final one doesn't I think I have tried everyting is there something I am doing wrong? Any Help would be greatly appreciated
-
Stevlover, you have two choice to get insert disc 2 to show up after the end of movie
But first of all you have to make sure that you code your XML code correctly. you have to set "time out" at every chapters of your movie to point to "insert disc 2". I don't think TSCV will do this for you, you need to get your hand dirty a little bit now
1st choice, add your insert disc2 as a menu, after you added your movie and set all the entrypoints, edit "Time out" in every chapters given in TSCV to insert disc2 (smenu-1)
2nd choice, add your insert disc2 as a mpg after your main movie, samething edit "Time out" in every chapters to insert disc 2 (selection-2-0).
***If I'm not right, you can post your XML file here so all the expert can correct it for you***
Note TSCV itself, cannot do some complicate things, you need to get involve or do some adjust by yourself. I suggest read Michael Tam's guide about XML and VCDImager to be able to do so. -
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR size=1 color=black></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>
On 2001-12-14 12:36:43, ya_jai wrote:
Stevlover, you have two choice to get insert disc 2 to show up after the end of movie
But first of all you have to make sure that you code your XML code correctly. you have to set "time out" at every chapters of your movie to point to "insert disc 2". I don't think TSCV will do this for you, you need to get your hand dirty a little bit now
1st choice, add your insert disc2 as a menu, after you added your movie and set all the entrypoints, edit "Time out" in every chapters given in TSCV to insert disc2 (smenu-1)
2nd choice, add your insert disc2 as a mpg after your main movie, samething edit "Time out" in every chapters to insert disc 2 (selection-2-0).
***If I'm not right, you can post your XML file here so all the expert can correct it for you***
Note TSCV itself, cannot do some complicate things, you need to get involve or do some adjust by yourself. I suggest read Michael Tam's guide about XML and VCDImager to be able to do so.
</BLOCKQUOTE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>I tried what you said yai and that doesn't seem to work either where exactly do I send the xml file to i need help desperately -
you can post you xml file in this forum, so that anyone who know can help you figure it out. BTW you did you create menu or insert disc2 file?????
-
I have been trying to get this simple menu system to work using TSCV but I cant seem to get the last menu after the mpeg plays to show up here is a copy of the XML file can anyone help me
<?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="vcd" version="2.0">
<option name="relaxed aps" value="true"/>
<option name="track front margin" value="0"/>
<option name="track rear margin" value="0"/>
<info>
<album-id></album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>MENUTEST</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id>CDI/CDI_VCD.APP;1</application-id>
<preparer-id>vcdxbuild (GNU VCDImager) 0.7.11</preparer-id>
<publisher-id>TSCV082R6</publisher-id>
</pvd>
<filesystem>
<folder>
<name>CDI</name>
<file src="C:\TSCV\CDI\cdi_imag.rtf" format="mixed">
<name>CDI_IMAG.RTF</name>
</file>
<file src="C:\TSCV\CDI\cdi_text.fnt">
<name>CDI_TEXT.FNT</name>
</file>
<file src="C:\TSCV\CDI\cdi_vcd.app">
<name>CDI_VCD.APP</name>
</file>
</folder>
</filesystem>
<sequence-items>
<sequence-item src="C:\WINDOWS\Desktop\DVD\mainmenu.mpg" id="menu-0"/>
<sequence-item src="C:\TSCV\VCDNTSCSample.mpg" id="sequence-1">
<default-entry id="entry1-0"/>
</sequence-item>
<sequence-item src="C:\WINDOWS\Desktop\DVD\lastmenu.mpg" id="menu-1"/>
</sequence-items>
<pbc>
<selection id="smenu-0">
<bsn>1</bsn>
<prev ref="endlist"/>
<next ref="selection-m1-0"/>
<return ref="endlist"/>
<default ref="selection-m1-0"/>
<timeout ref="smenu-0"/>
<wait>0</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="menu-0"/>
<select ref="selection-m1-0"/>
<select ref="smenu-1"/>
</selection>
<selection id="smenu-1">
<bsn>1</bsn>
<prev ref="smenu-0"/>
<next ref="smenu-0"/>
<return ref="smenu-0"/>
<default ref="endlist"/>
<timeout ref="smenu-1"/>
<wait>0</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="menu-1"/>
</selection>
<selection id="selection-m1-0">
<bsn>1</bsn>
<prev ref="smenu-0"/>
<next ref="smenu-1"/>
<return ref="smenu-0"/>
<default ref="smenu-1"/>
<timeout ref="smenu-1"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="sequence-1"/>
<select ref="selection-m1-0"/>
</selection>
<endlist id="endlist"/>
</pbc>
</videocd>
-
Can anyone with knowledge of xml try to help me out with the above posted sample of my xml file so I can get my menus to work? any help would be greatly apprecuated
-
hey Stev did you get my edit xml? I compared between your and mine it seem like something wrong because if your add those 2 as a menu it should show in "segment item" not "sequence-items".
<sequence-items>
<sequence-item src="C:\WINDOWS\Desktop\DVD\mainmenu.mpg" id="menu-0"/>
<sequence-item src="C:\TSCV\VCDNTSCSample.mpg" id="sequence-1">
<default-entry id="entry1-0"/>
</sequence-item>
<sequence-item src="C:\WINDOWS\Desktop\DVD\lastmenu.mpg" id="menu-1"/>
</sequence-items>
this is my xml created by TSCV
<?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">
<option name="update scan offsets" value="true"/>
<info>
<album-id></album-id>
<volume-count>1</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>
<pvd>
<volume-id>GRINCH_1</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id></application-id>
<preparer-id>No VCDImager detected</preparer-id>
<publisher-id>TSCV074R1</publisher-id>
</pvd>
<segment-items>
<segment-item src="C:\My Documents\Making VCD\vcdimager-0.7.11.win32\grinch_menu.mpg" id="menu-0"/>
<segment-item src="C:\My Documents\Making VCD\vcdimager-0.7.11.win32\grinch_chap1.mpg" id="menu-1"/>
</segment-items>
<sequence-items>
<sequence-item src="C:\My Documents\Making VCD\vcdimager-0.7.11.win32\ginch1_multi.mpg" id="sequence-1">
<entry id="entry1-0">0.000</entry>
<entry id="entry1-1">50.000</entry>
<entry id="entry1-2">675.000</entry>
<entry id="entry1-3">1525.000</entry>
<entry id="entry1-4">2360.000</entry>
</sequence-item>
] <sequence-item src="C:\My Documents\Making VCD\vcdimager-0.7.11.win32\grinch_insert.mpg" id="sequence-2">
<entry id="entry2-0">0.000</entry>
</sequence-item>
Note I add insert disc 2 as a last track because I can prevent my main movie to cut off where I don't want.
</sequence-items>
<pbc>
<selection id="smenu-0">
<bsn>1</bsn>
<prev ref="endlist"/>
<next ref="smenu-1"/>
<return ref="endlist"/>
<default ref="selection-m1-0"/>
This code use to play movie instantly with one button (play/enter)
<timeout ref="smenu-1"/>
<wait>60</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="menu-0"/>
<select ref="selection-m1-0"/>
<select ref="smenu-1"/>
<select ref="selection-m2-0"/>
<select ref="endlist"/>
</selection>
<selection id="smenu-1">
<bsn>1</bsn>
<prev ref="smenu-0"/>
<next ref="selection-m1-0"/>
<return ref="smenu-0"/>
<default ref="selection-m1-0"/>
<timeout ref="selection-m1-0"/>
<wait>60</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="menu-1"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
<select ref="smenu-0"/>
</selection>
<selection id="selection-m1-0">
<bsn>1</bsn>
<prev ref="smenu-1"/>
<next ref="selection-m1-1"/>
<return ref="smenu-1"/>
<timeout ref="selection-m2-0"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="sequence-1"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
I don't have <select ref="selection-m1-0"/> because it is not in my chapter list.
</selection>
<selection id="selection-m1-1">
<bsn>1</bsn>
<prev ref="selection-m1-0"/>
<next ref="selection-m1-2"/>
<return ref="smenu-1"/>
<timeout ref="selection-m2-0"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry1-1"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
</selection>
<selection id="selection-m1-2">
<bsn>1</bsn>
<prev ref="selection-m1-1"/>
<next ref="selection-m1-3"/>
<return ref="smenu-1"/>
<timeout ref="selection-m2-0"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry1-2"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
</selection>
<selection id="selection-m1-3">
<bsn>1</bsn>
<prev ref="selection-m1-2"/>
<next ref="selection-m1-4"/>
<return ref="smenu-1"/>
<timeout ref="selection-m2-0"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry1-3"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
</selection>
<selection id="selection-m1-4">
<bsn>1</bsn>
<prev ref="selection-m1-3"/>
<next ref="selection-m2-0"/>
<return ref="smenu-1"/>
<timeout ref="selection-m2-0"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="entry1-4"/>
<select ref="selection-m1-1"/>
<select ref="selection-m1-2"/>
<select ref="selection-m1-3"/>
<select ref="selection-m1-4"/>
</selection>
<selection id="selection-m2-0">
<bsn>1</bsn>
<prev ref="selection-m1-0"/>
<next ref="smenu-0"/>
<return ref="endlist"/>
<timeout ref="endlist"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="sequence-2"/>
</selection>
<endlist id="endlist"/>
</pbc>
</videocd>
PS: how did you make your insert disc 2 mpeg file. Because at last track if it too short player will cutoff and somehow might not show it.
<font size=-1>[ This Message was edited by: ya_jai on 2001-12-20 09:07:39 ]</font>
Similar Threads
-
Moving on from DV? What next?
By ron spencer in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 8Last Post: 12th Oct 2009, 09:20 -
Moving from North America to Africa (Niger) problem with displays
By Fitzcaraldo in forum Newbie / General discussionsReplies: 2Last Post: 8th Jun 2009, 18:54 -
TSCV on Vista
By mrcoolekin in forum Authoring (VCD/SVCD)Replies: 4Last Post: 11th Feb 2008, 23:04 -
Moving!
By Cornucopia in forum Off topicReplies: 17Last Post: 5th Jul 2007, 11:43 -
Menu Problem - Skipping
By vinnyv07 in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 30th May 2007, 19:17