From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 13 01:22:42 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06C216A4CE for ; Tue, 13 Jul 2004 01:22:42 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4506A43D58 for ; Tue, 13 Jul 2004 01:22:42 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 8602543 for ; Mon, 12 Jul 2004 18:12:53 -0700 Date: Mon, 12 Jul 2004 20:22:37 -0500 From: Vulpes Velox To: freebsd-multimedia@freebsd.org Message-Id: <20040712202237.61da39b0@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: References: X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com Subject: Re: How to create MPEG files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 01:22:42 -0000 On Mon, 12 Jul 2004 13:01:13 +1000 (EST) Andrew Li wrote: > Hi All, > > I have a set of jpegs and I want to put some animation on it to make > it a vcd presentation. I know how to turn jpegs into vcd with ffmpeg > and vcdimager, but I want to create some floating text, pop up > textbox, etc... using those jpegs and turn it into a movie vcd. Sort > of like the vcdimager demo vcd. > > Can anyone give me some hints or point me where to look please? I'm > planning to play the vcd in my friend's wedding, any help is much > appreciated. Thanks x 100. > > Additional info: > OS is FreeBSD 4.9 on Celeron 300 128MB RAM For putting text on the images, there is gimp, which is scriptable, and iirc imagemajick. For the conversion, I know mplayer will handle it and then you can convert to mpeg using ffmpeg.