Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 1997 00:50:30 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        torstenb@ramsey.tb.9715.org (Torsten Blum)
Cc:        freebsd-chat@FreeBSD.ORG
Subject:   Re: MPEG Layer 3 (.mp3) audio files 
Message-ID:  <199706250750.AAA04201@rah.star-gate.com>
In-Reply-To: Your message of "Wed, 25 Jun 1997 08:43:45 %2B0200." <m0wglnt-000KktC@ramsey.tb.9715.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706250750.AAA04201>