From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 16:05:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192B116A424 for ; Wed, 29 Mar 2006 16:05:54 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D8743D49 for ; Wed, 29 Mar 2006 16:05:52 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (localhost.internetinsite.com [127.0.0.1]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k2TG5qmp064218; Wed, 29 Mar 2006 08:05:52 -0800 (PST) (envelope-from chris@chrismaness.com) Received: from localhost (chris@localhost) by ns1.internetinsite.com (8.13.4/8.13.4/Submit) with ESMTP id k2TG5qst064215; Wed, 29 Mar 2006 08:05:52 -0800 (PST) (envelope-from chris@chrismaness.com) X-Authentication-Warning: ns1.internetinsite.com: chris owned process doing -bs Date: Wed, 29 Mar 2006 08:05:51 -0800 (PST) From: Chris Maness X-X-Sender: chris@ns1.internetinsite.com To: usleepless@gmail.com In-Reply-To: Message-ID: <20060329080521.I64209@ns1.internetinsite.com> References: <442742AB.8070105@chrismaness.com> <20060328095540.Q35270@ns1.internetinsite.com> <442A9060.8050107@chrismaness.com> <442A92B7.3000706@chrismaness.com> <442A98A6.6010300@chrismaness.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: DVD-Slideshow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 16:05:54 -0000 On Wed, 29 Mar 2006, usleepless@gmail.com wrote: > 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 == 2) then > if( $1 == $2) then > echo $1 > else > seq2 -s $1 -e $2 > endif > else > if($2 == $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 > > Awesome, thanks. I'm not much of a scripting guru.