From owner-freebsd-questions@FreeBSD.ORG Sat Sep 4 18:28:19 2004 Return-Path: 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 CACB616A4CE for ; Sat, 4 Sep 2004 18:28:19 +0000 (GMT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8667243D49 for ; Sat, 4 Sep 2004 18:28:19 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.71.12]) by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 34617014 for multiple; Sat, 04 Sep 2004 11:11:41 -0700 Date: Sat, 4 Sep 2004 13:27:45 -0500 From: Vulpes Velox To: Miguel Mendez Message-ID: <20040904132745.6acf71ab@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040904105255.048d3236.flynn@energyhq.es.eu.org> References: <20040904082538.GA92036@thought.org> <20040904105255.048d3236.flynn@energyhq.es.eu.org> X-Mailer: Sylpheed-Claws 0.9.12a (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 cc: Gary Kline cc: freebsd-questions@freebsd.org Subject: Re: is there an 'open-source' RealPlayer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 18:28:19 -0000 On Sat, 4 Sep 2004 10:52:55 +0200 Miguel Mendez wrote: > On Sat, 4 Sep 2004 01:25:38 -0700 > Gary Kline wrote: > > > Hi, > > > Is there any open source version of the Real Audio player? > > or a translator that takes the input or ra[m] and creates > > a wav|mp3 stream? Also,is anything is the works to create > > a (*ick*) Windoze version of their player for the Unix user? > > IIRC mencoder (which is part of mplayer) can do that. There's also > this new project from Real called Helix ( > https://helixcommunity.org/ ). I know somebody is already working on > a port. You can still use the closed source linux version of Real > Player as well, but only for replay, no transcode AFAIK. I'd give > mencoder a try, I've used it in the past to convert between video > formats and it works very well. AFAIK the closed source one from real is no longer fetchable... But mplayer handles nearly all real files properly, so I don't see a problem with using it. The only problem I have ran into is using mplayer with some old episodes of Daria I have on disk in which the audio gets horridly out of sync. But other than those few, it has all ways worked nicely. BTW for doing audio dumps of streams, mplayer works nicely. You can just dump to pcm using -ao pcm. Not really sure how to directly get it to dump to a mp3 file... AFAIK it will dump to a avi with no video and just a audio stream for doing audio only?