Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 17:48:22 +0200
From:      usleepless@gmail.com
To:        "Chris Maness" <chris@chrismaness.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: DVD-Slideshow
Message-ID:  <c39ec84c0603290748n4285b0dene0019d6d2e820d@mail.gmail.com>
In-Reply-To: <442A98A6.6010300@chrismaness.com>
References:  <442742AB.8070105@chrismaness.com> <c39ec84c0603280755h14955381l8e59568bea24376d@mail.gmail.com> <20060328095540.Q35270@ns1.internetinsite.com> <c39ec84c0603290012p57dea96fy3bb9bde0cfbbb0dc@mail.gmail.com> <c39ec84c0603290013s642f8ea4p256eedfc61428c86@mail.gmail.com> <442A9060.8050107@chrismaness.com> <c39ec84c0603290553y377e18f3jbefe6e26c21a1ac2@mail.gmail.com> <442A92B7.3000706@chrismaness.com> <c39ec84c0603290617n52d8fb32u80744bcaa365cffb@mail.gmail.com> <442A98A6.6010300@chrismaness.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Chris,

> That sounds good to me.   I will still like to continue to try to get
> the crossfades working too.  If you send yours in, and the port
> maintaner adds the diffs, then it will be called _4 on the ports tree,
> even though it has been "downgraded."
>
> p.s. Please, don't take anything I say personal.  It is not personal, I
> am just a zealot when it comes to trying to get things to work on
> Linux/UNIX (because I hate having to rely on windows for multimedia apps)=
.
>
> The latest (1.7.5) works absolutely PERFECT (crossfades and all) on my
> slackware install.

altough i was already tired of this, you tempted my curiousity and i
downloaded 1.7.5 of sourceforge, patched the wc --chars and ran it
with the parameters as you specified.

it created a Test.vob without crossfades. i just read the code, and i
suspect it is still seq not doing what it is supposed to do.

seq2 is not parameter compatible with seq.

so, i have to finish what i started:

write to /usr/bin/seq, chmod +x etc

--------------------------------
#!/bin/csh
if ( $#argv =3D=3D 2) then
if( $1 =3D=3D $2) then
  echo $1
else
  seq2 -s $1 -e $2
endif
else
if($2 =3D=3D $3) then
        echo $2
else
seq2 -s $2 -e $3
endif
endif
----------------------------

i tested with a smaller script than this ( lots of errors ) but the
slideshow finished WITH crossfades. i am now do a rerun to see if it
still generates a decent slideshow.

regards,

usleep



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c39ec84c0603290748n4285b0dene0019d6d2e820d>