From owner-freebsd-chat Wed Jun 25 00:50:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA08310 for chat-outgoing; Wed, 25 Jun 1997 00:50:42 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA08301 for ; Wed, 25 Jun 1997 00:50:37 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.8.5) with ESMTP id AAA04201; Wed, 25 Jun 1997 00:50:31 -0700 (PDT) Message-Id: <199706250750.AAA04201@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: torstenb@ramsey.tb.9715.org (Torsten Blum) cc: freebsd-chat@FreeBSD.ORG Subject: Re: MPEG Layer 3 (.mp3) audio files In-reply-to: Your message of "Wed, 25 Jun 1997 08:43:45 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Jun 1997 00:50:30 -0700 From: Amancio Hasty Sender: owner-chat@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk http://multiverse.com/~rhh/fxtv >From Randall's fxtv README file: ----- APPENDIX A - BUILDING MPEG LAYER 2 & 3 ENCODER SOFTWARE First, grab dist10.tar.gz from: http://multiverse.com/~rhh/fxtv, or ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/software/technical_report Then: tar -zxovf dist10.tar.gz cd dist10/dist10/lsf/encoder configure gmake mv encode /usr/local/bin/mpeg_musicin find tables -print | cpio -dumpv /usr/local/lib/mpegaudio cd ../decoder configure gmake mv decoder /usr/local/bin/mpeg_musicout and finally, put this env var setting in your profile: MPEG_AUDIO=/usr/local/lib/mpegaudio/tables NOTE: For every last pinch of speed, after each "configure", modify the Makefiles and change "-O" to "-O3 -ffast-math -mfancy-math-387". NOTE: An older version of this software is packaged as the FreeBSD "mpeg_audio" port, but it doesn't like some AIFF files (byte order problems), and it doesn't seem to do Level 3 audio. dist10 does. ----- Amancio >From The Desk Of Torsten Blum : > In ramsey.lists.freebsd.chat you write: > > >> What are people using to encode .mp3 audio files on FreeBSD? I've > >> got tosha, a collection of MPEG encoding utilities and mpg123 for > >> playback, but I'm having problems with both creation and playback. :( > > >I'm using mpeg_musicin and musicout, part of the mpegaudio utilities > >in ports. > > the mpegaudio utils do not support layer3. It seems that there is no free > mp3 encoder - only commercial software ;-( > > *sigh* > > -tb