From owner-freebsd-questions@FreeBSD.ORG Fri Apr 24 21:20:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5F121065672 for ; Fri, 24 Apr 2009 21:20:51 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3858FC1F for ; Fri, 24 Apr 2009 21:20:51 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by fk-out-0910.google.com with SMTP id f33so620402fkf.11 for ; Fri, 24 Apr 2009 14:20:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=QwFi8AgxlqKNRqTjFYBYIRqv44sQrThSGtE8kcOPnWc=; b=Ewy+Skr3KTPIReAVFuJUzj5VRj8l+zFszeNitmbzGSF6DAwx+d2xvtf1rhSN8EfkJL girszSLSrrffQyuzxeDOxkAw8JJQ8mmh6y+eo/5ehOElBon+1/ckQskaz26pnUAnTfPi hbyQXrkudPFNJiiW7BJQ+1Peej5LOoZg4ZNK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qti1cX2Tg6njNuXp7g0TPslaHCFD3XR/e0g4gp11axNjoTmeJqOijY5wyrTdFjW/lI /zKnZr16O8gGrEAfPNTIfv2hwJT5VtVUWyVxHeD8ok1208eSCRr3XWka7/ZelZnocAo1 pMAEjDmS01X0CITLptIRfc9M6cTU3qhMmZr4Q= MIME-Version: 1.0 Received: by 10.223.104.140 with SMTP id p12mr988578fao.7.1240608045182; Fri, 24 Apr 2009 14:20:45 -0700 (PDT) In-Reply-To: <20090424201644.GA69617@thought.org> References: <20090422072312.GA92118@thought.org> <1240414705.73519.12.camel@pukruppa.net> <20090423213624.GA27972@thought.org> <20090424104852.a092d816.freebsd@edvax.de> <20090424201644.GA69617@thought.org> Date: Fri, 24 Apr 2009 16:20:45 -0500 Message-ID: From: Andrew Gould To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Peter Ulrich Kruppa , Polytropon , FreeBSD Mailing List Subject: Re: maybe OT, but involves OOO its slideshow fmt, ``Impress'' 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: Fri, 24 Apr 2009 21:20:52 -0000 On Fri, Apr 24, 2009 at 3:16 PM, Gary Kline wrote: > On Fri, Apr 24, 2009 at 10:48:52AM +0200, Polytropon wrote: > > On Thu, 23 Apr 2009 14:36:25 -0700, Gary Kline > wrote: > > > tHat said: how can I experiment with translating my html into > > > slideshow format? If this is a case of RTFM, where is the FM > > > page website that will get me going.? > > > > For a "real slideshow" in terms of projected presentation, > > maybe you want to check the foiltex package (port: textproc/foiltex) > > and create a PDF file with it, using LaTeX. The advantage > > is that it can be easily turned into plain text if needed > > (e. g. for speech synthesis). Along with xpdf (also from > > the ports), you can do: > > > This ought to help if I ever find a free speech synthesizer. > I found one yesterday that must be a real human voice; > unfortunately, commercial. > > > > % xpdf -fullscreen > > > > If you want the slides HTML based, an option would be to > > create a script that reads the "big" HTML source and splits > > it into "small" slides with less text, according to a template. > > But I think it's still neccessary to put hands on it to get > > things like document structure right. > > > > You're right, and thanks to you, Uli, and Andrew noted. Looks like > the slideshow/ppt/impress method won't be the way to go. I've > checked out the PresentationZen site and have a better idea how > this kind of presentation works. > > I need some other means of reaching folks. > > gary > > > > > -- > > Polytropon > > From Magdeburg, Germany > > Happy FreeBSD user since 4.0 > > Andra moi ennepe, Mousa, ... > I've never done video editing on FreeBSD; but on a Mac, you can create a movie using slides and a sound file (wav, mp3, etc). You would need an application that could import images and sound, and let you sync the two by assigning the order and duration of each slide. It would then have to spit out a movie file, of course. Any video editing (on FreeBSD) knowledge out there? Another option is a python script that uses vnc to create a shockwave flash file from your actions on your desktop: http://www.unixuser.org/~euske/vnc2swf/ The script is able to import a sound file that you record while you create the demo. Good luck, Andrew