hardware player freezes when returns to menu
Ilya Murav'jov <[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all, DVD is played fine in VLC (on computer) but not with BBK player (http://en.wikipedia.org/wiki/BBK_Electronics). I attached dvdauthor script: the first menu is still and the second one is animated. A user not me experiences such a problem in Bombono DVD: he said no buttons works after the freeze and only disk reloading helps. Anyone experiences ever such a freezing problem? Regards, Ilya Murav'jov ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Dvdauthor-users mailing list Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
DVDAuthor.xml
(text/xml, 1.7 KB)
<?xml version="1.0" encoding="UTF-8"?>
<dvdauthor>
<vmgm>
<!--First Play-->
<fpc>jump menu entry title;</fpc>
<menus>
<video format="pal" aspect="4:3" resolution="720xfull"/>
<!--copy-n-paste?-->
<subpicture lang="EN"/>
<pgc entry="title">
<pre>g1 = 1; g2 = 0; jump titleset 1 menu entry root;</pre>
</pgc>
</menus>
</vmgm>
<titleset>
<menus>
<video format="pal" aspect="4:3"/>
<pgc entry="root">
<pre>if(g1 != 1) {jump menu 2;}</pre>
<vob file="1.Меню 1\MenuSub.mpg"/>
<button>g2 = 1; jump title 1;</button>
<button>g1 = 2; jump menu entry root;</button>
</pgc>
<pgc>
<pre>if(g1 != 2) {jump menu 1;}</pre>
<vob file="2.Меню 2\MenuSub.mpg"/>
<post>jump cell 1;</post>
<button>jump title 1;</button>
<button>jump title 2;</button>
<button>jump title 3;</button>
<button>jump title 4;</button>
</pgc>
</menus>
<titles>
<video format="pal" aspect="4:3"/>
<pgc>
<vob file="J:/Temp\share_temp\mult\1.mpg" chapters="00:00:20, 00:00:35"/>
<post>if(g2 == 1) {jump title 2;} call menu entry root;</post>
</pgc>
<pgc>
<vob file="J:/Temp\share_temp\mult\2.mpg" chapters="00:00:30"/>
<post>if(g2 == 1) {jump title 3;} call menu entry root;</post>
</pgc>
<pgc>
<vob file="J:/Temp\share_temp\mult\3.mpg" chapters="00:00:20, 00:00:35"/>
<post>if(g2 == 1) {jump title 4;} call menu entry root;</post>
</pgc>
<pgc>
<vob file="J:/Temp\share_temp\mult\4.mpg" chapters="00:00:10, 00:00:35"/>
<post>g2 = 0; call menu entry root;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>