Re: hardware player freezes when returns to menu

Ilya Murav'jov <[email protected]> Thu, 08 Dec 2011 18:27:40 +0400
Newsgroups gmane.comp.multimedia.dvdauthor.user
Message-ID <[email protected]>
Lawrence D'Oliveiro пишет:
> On Thu, 08 Dec 2011 05:00:36 +0400, Ilya Murav'jov wrote:
> 
>>       <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>
> 
> I notice there is no specification of what happens when the player gets
> to the end of the first menu PGC. For a static menu, it’s common for
> the <pgc> or <vob> directive to have a “pause="inf"” attribute.
> Otherwise, I think the first PGC finishes playing and falls through to
> the second one, where the check for the value of g1 in the <pre> section
> causes it to immediately jump back to the first menu. Depending on the
> duration of the first menu video, the user might not have time to press
> any buttons.

Hmm, I'll apply pause="inf" attr for static menus, thanks.
Btw, I generate a still menu with ffmpeg like
1) ffmpeg -t 0.10 -loop_input -i Menu.png -an -target pal-dvd -aspect
4:3 Menu.mpg
2) spumux -m dvd -s0 "Menu.xml" < Menu.mpg > MenuSub.mpg

Earlier I used mpeg2enc for still menu generating like
png2yuv -n 2 -I p -f 25 -j $SOURCE | mpeg2enc -a 2 -f 8 | mplex -f 8

And still, I never used that attribute in Bombono and my hardware player
(Toshiba) plays static menus flawlessly. And possibly it is also true
for Bombono users too. :)

> 
> Does this sound like the “freeze” your user is experiencing?

I wait for more information from him. It would be great if it is because
of "pause" attr lacking.

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users