Displaying 1 result from an estimated 1 matches for "ogg2ogg".
2002 Apr 11
1
re-encoding on the fly?
...a nice streaming jukebox so I can listen to my mp3's and ogg's
from anywhere with a net connection. I even got it set up so you can re-encode
mp3's on the fly by calling lame and using stdout as the output. I've found a
program ( http://www.inf.ufpr.br/~rja00/ogg.html ) called ogg2ogg which
basically is oggenc combined with oggdec, allowing you to re-encode an ogg to a
lower bitrate and send the output to stdout. However, it doesn't seem to work
as well as its lame counterpart. (Winamp will connect and get an HTTP 200/OK
response, then stop.)
Given this vague descript...