On 12/03/2008,
dvdauthor-users-request@...
<
dvdauthor-users-request@...> wrote:
> Send Dvdauthor-users mailing list submissions to
>
dvdauthor-users@...
>
>
> Today's Topics:
>
> 1. Re: spuunmux 0.6.14 (Lawrence D'Oliveiro)
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 12 Mar 2008 11:21:00 +1300
> From: Lawrence D'Oliveiro <
ldo@...>
> Subject: Re: [Dvdauthor-users] spuunmux 0.6.14
> To: <
dvdauthor-users@...>
> Message-ID: <
C3FD6C24.2191A%ldo@...>
> Content-Type: text/plain; charset="US-ASCII"
>
> Peter Watson wrote:
>
> > I am having some problem with spuunmux 0.6.14.
> >
> > If I use dvdunauthor i get the vobs from a dvd succesfully, but if I
> > use spuunmux on the vobs which contain menus it fails with the
> > message:-
> >
> > ERR: unknown dvd info packet command: 0
>
> I expect this is the same bug I previously came across, with inconsistent
> treatment of auto-action buttons. Here's a patch to dvdunauthor to fix it:
>
> --- a/src/dvdunauthor.c 2006-06-01 16:03:24.000000000 +1200
> +++ b/src/dvdunauthor.c 2007-05-02 21:29:33.000000000 +1200
> @@ -790,7 +790,7 @@
> wdstr(nm1);
> wdshort(0);
> wdbyte(b->auto_action_mode);
> - if( b->auto_action_mode != 0 ) {
> + if( b->auto_action_mode == 0 ) {
> wdbyte(b->btn_coln);
> wdshort(b->x_start);
> wdshort(b->y_start);
> ----
>
> Actually the more general problem is that the dvdauthor tools shouldn't be
> treating auto-action buttons any differently from ordinary buttons; I posted
> a patch to the dvdauthor-developer list to straighten this out back on 19th
> November.
>
>
Lawrence
Many thanks for your reply. However I'm afraid that patching source
files is way above my head so I am going to wait and hope that this
gets into a newer version
Thanks
Pete
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users