Date: Sun, 14 Sep 2003 23:07:52 -0400 From: Chuck Swiger <cswiger@mac.com> To: Todd Stephens <tbstep@tampabay.rr.com> Cc: freebsd-questions@freebsd.org Subject: Re: Ogg encoding Message-ID: <3F652D08.2010209@mac.com> In-Reply-To: <200309142241.52695.tbstep@tampabay.rr.com> References: <200309142241.52695.tbstep@tampabay.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Todd Stephens wrote: > I found a port for mp32ogg to convert mp3 to ogg format, but is there a > program to convert wav to ogg format? I like the ogg format, but it > seems to me that there will be some data loss going from wav to mp3 and > then to ogg. There will be data loss in converting from mp3 to ogg format because mp3 is already using lossy compression. You want to ogg the original source data, although a 44.1 KHz .wav file is basicly raw PCM audio plus a header, anyway. Anyway, look for something called sox, which is a good sound format converter utility. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F652D08.2010209>