WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

spumux - highlight/select offset error

View: New views
13 Messages — Rating Filter:   Alert me  

Parent Message unknown spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

Hi
The DVDs I am creating have a very wierd offset in the buttons

spu.xml file is

<subpictures>
<stream>
<spu start="00:00:00.00" image="/home/mike/image.png"
select="/home/mike/select.png" highlight="/home/mike/highlight.png"
force="yes"
autooutline="infer"  outlinewidth="2"
autoorder="columns" > <button name="ONE" /><button name="TWO"
/><button name="THREE" /><button name="FOUR" /></spu>
</stream>

INFO: default video format is NTSC
INFO: Picture /home/mike/image.png had 3 colors
INFO: Picture /home/mike/highlight.png had 3 colors
INFO: Picture /home/mike/select.png had 3 colors
INFO: Autodetect 0 = 70x140-323x352
INFO: Autodetect 1 = 70x360-323x572
INFO: Autodetect 2 = 390x140-643x352
INFO: Autodetect 3 = 390x360-643x572
INFO: Pickbuttongroups, success with 1 groups, useimg=1
INFO: Found EOF in .sub file.
INFO: Max_sub_size=4438
INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 1.00

There is a shadow from previous buttons on all buttons after the first
on highlight/select

I attach a gzip of four pngs to show the effect

menu.mpg ,highlight.png, image.png, select.png are all 720 x568


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

menu_shadow.tar.gz (278K) Download Attachment

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Fri, 2 Dec 2011 13:44:13 +0000, Mike Martin wrote:

> The DVDs I am creating have a very wierd offset in the buttons

The buttons overlap, which shouldn’t be a problem in itself.

I’m inclined to blame VLC. Did you try an actual consumer DVD-Video
player? I have yet to find anything else which reliably handled some of
the more advanced menu features. Except perhaps Ogle, which has its own
flakiness.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

On 5 December 2011 00:02, Lawrence D'Oliveiro <ldo@...> wrote:

> On Fri, 2 Dec 2011 13:44:13 +0000, Mike Martin wrote:
>
>> The DVDs I am creating have a very wierd offset in the buttons
>
> The buttons overlap, which shouldn’t be a problem in itself.
>
> I’m inclined to blame VLC. Did you try an actual consumer DVD-Video
> player? I have yet to find anything else which reliably handled some of
> the more advanced menu features. Except perhaps Ogle, which has its own
> flakiness.
>

On on of my DVD players I get the same

Any idea why they are overlapping and what I can do to prevent it?

My heads hurting now, running out of things to try.

The menu.mpg created by spumux doesn't seem any different to the
source or the various heighlight etc pngs (which are all 2 colour with
transparent backgound)

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Wed, 7 Dec 2011 21:03:23 +0000, Mike Martin wrote:

> Any idea why they are overlapping and what I can do to prevent it?

You mean you don’t want them overlapping?

Maybe this is a limitation of the “autooutline="infer"” behaviour. Try
specifying explicit button bounds.

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

On 7 December 2011 23:54, Lawrence D'Oliveiro <ldo@...> wrote:
> On Wed, 7 Dec 2011 21:03:23 +0000, Mike Martin wrote:
>
>> Any idea why they are overlapping and what I can do to prevent it?
>
> You mean you don’t want them overlapping?
>
> Maybe this is a limitation of the “autooutline="infer"” behaviour. Try
> specifying explicit button bounds.

Making progress

Not to do with infer, it seems to be related to colors used

So far testing shows problem does not occur if

Only one of image/select/highlight is defined
all point to the same file
all three have the same colour

All three are generated on the fly by GD and the only difference is
the color ie

'image'=>[$blue,$black],
'highlight'=>[$green,$blue],
'select'=>[$red,$white],
(first color background, second foreground)

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 8 Dec 2011 12:54:09 +1300, I wrote:

> You mean you don’t want them overlapping?

Sorry, no, they’re not overlapping.

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 8 Dec 2011 16:51:32 +0000, Mike Martin wrote:

> Not to do with infer, it seems to be related to colors used

Can you post the actual PNG menu images, not screenshots? Then I can
try to match up the button images with the coordinate bounds you
previously posted.

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

On 9 December 2011 01:57, Lawrence D'Oliveiro <ldo@...> wrote:
> On Thu, 8 Dec 2011 16:51:32 +0000, Mike Martin wrote:
>
>> Not to do with infer, it seems to be related to colors used
>
> Can you post the actual PNG menu images, not screenshots? Then I can
> try to match up the button images with the coordinate bounds you
> previously posted.
 these should show the issue



<subpictures>
<stream>
<spu start="00:00:00.00" image="/home/mike/image.png" select="/home/mike/select.png" highlight="/home/mike/highlight.png" force="yes"
autooutline="infer"  outlinewidth="0"
autoorder="rows" > <button name="ONE" /><button name="TWO" /><button name="THREE" /><button name="FOUR" /></spu>
</stream>
</subpictures>

------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

highlight.png (1K) Download Attachment
image.png (1K) Download Attachment
select.png (1K) Download Attachment

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Fri, 9 Dec 2011 04:28:47 +0000, Mike Martin wrote:

>  these should show the issue

I just thought, your previous log reported “INFO: default video format
is NTSC”, yet these menu images are 720×576 (PAL size). Could that be
the problem?

Which format disc are you trying to create?

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

On 12 December 2011 01:19, Lawrence D'Oliveiro <ldo@...> wrote:

> On Fri, 9 Dec 2011 04:28:47 +0000, Mike Martin wrote:
>
>>  these should show the issue
>
> I just thought, your previous log reported “INFO: default video format
> is NTSC”, yet these menu images are 720×576 (PAL size). Could that be
> the problem?
>
> Which format disc are you trying to create?
>

I wouldn't have thought so
In my case its always PAL and defined everywhere as such, where possible

Also if the colors are the same for multiple files,the problem doesn't arise


> ------------------------------------------------------------------------------
> Learn Windows Azure Live!  Tuesday, Dec 13, 2011
> Microsoft is holding a special Learn Windows Azure training event for
> developers. It will provide a great way to learn Windows Azure and what it
> provides. You can attend the event by watching it streamed LIVE online.
> Learn more at http://p.sf.net/sfu/ms-windowsazure
> _______________________________________________
> Dvdauthor-users mailing list
> Dvdauthor-users@...
> https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Mon, 12 Dec 2011 11:30:41 +0000, Mike Martin wrote:

> In my case its always PAL and defined everywhere as such, where
> possible

You must have missed one, judging from the message you posted earlier.

Notes on how to specify the video format here
<http://sourceforge.net/mailarchive/message.php?msg_id=26498862>.

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Mike Martin-5 :: Rate this Message:

| View Threaded | Show Only this Message

On 12 December 2011 21:49, Lawrence D'Oliveiro <ldo@...> wrote:
> On Mon, 12 Dec 2011 11:30:41 +0000, Mike Martin wrote:
>
>> In my case its always PAL and defined everywhere as such, where
>> possible
>
> You must have missed one, judging from the message you posted earlier.

set the VIDEO_FORMAT variable and no effect on outcome

INFO: default video format is PAL
INFO: Picture /home/mike/image.png had 2 colors
INFO: Picture /home/mike/highlight.png had 2 colors
INFO: Picture /home/mike/select.png had 2 colors
INFO: Autodetect 0 = 70x140-323x352
INFO: Autodetect 1 = 390x140-643x352
INFO: Autodetect 2 = 70x360-323x572
INFO: Autodetect 3 = 390x360-643x572
INFO: Pickbuttongroups, success with 1 groups, useimg=1
INFO: Found EOF in .sub file.
INFO: Max_sub_size=3002
INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 1.00

though the video format is altered

------------------------------------------------------------------------------
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and
improve service delivery. Take 5 minutes to use this Systems Optimization
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: spumux - highlight/select offset error

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Tue, 13 Dec 2011 01:43:11 +0000, Mike Martin wrote:

> set the VIDEO_FORMAT variable and no effect on outcome
>
> INFO: default video format is PAL
> INFO: Picture /home/mike/image.png had 2 colors
> INFO: Picture /home/mike/highlight.png had 2 colors
> INFO: Picture /home/mike/select.png had 2 colors
> INFO: Autodetect 0 = 70x140-323x352
> INFO: Autodetect 1 = 390x140-643x352
> INFO: Autodetect 2 = 70x360-323x572
> INFO: Autodetect 3 = 390x360-643x572
> INFO: Pickbuttongroups, success with 1 groups, useimg=1
> INFO: Found EOF in .sub file.
> INFO: Max_sub_size=3002
> INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 1.00
>
> though the video format is altered

I just used the three images and spu.xml you posted earlier to build a
test DVD-Video directory structure in all-PAL format, and tried
bringing up the menu in Ogle, and the highlighting looks absolutely
fine: blue for default state, green for highlight, and a momentary
flash of red when I select a button. Works for all four buttons.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users