Date: Sat, 18 Apr 1998 14:22:38 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Donald Burr <dburr@POBoxes.com>, freebsd-multimedia@FreeBSD.ORG Subject: Re: what is "mp2encode" and where is it? Message-ID: <19980418142238.C3440@ct.picker.com> In-Reply-To: <XFMail.980414032311.dburr@POBoxes.com>; from Donald Burr on Tue, Apr 14, 1998 at 03:23:11AM -0700 References: <XFMail.980414032311.dburr@POBoxes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry for the slow response. I don't filter through my list boxes as often as I should. Donald Burr: |I'm trying to use fxtv to create mpegs of video, and am getting an error |message saying the program "mp2encode" cannot be found. This apparently |has somehting to do with audio. I grepped through the PLISTs in |/usr/ports but was unable to find any port containing a file "mp2encode". |What is this utility, and where can I obtain it from? That used to be the name I used for the MPEG audio encode utility. The more common name is mpeg_musicin, so I renamed them. Put these settings in your .Xdefaults or Fxtv class resource file, and it'll look for these alternate names: ! Custom MPEG record and play commands Fxtv.recCmdMpeg2: mpeg_musicin -l 2 -p 1 Fxtv.recCmdMpeg3: mpeg_musicin -l 3 -p 2 Fxtv.playCmdMpeg2: mpg123 Fxtv.playCmdMpeg3: mpg123 The FreeBSD package "mpegaudio" contains mpeg_musicin and mpeg_musicout. But I had byte-order problems with them. So I rebuilt the package from source and that did the trick. The procedure for doing this is documented in Appendix A in the README: http://multiverse.com/~rhh/fxtv/README Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980418142238.C3440>