The latest patch to allow oggenc to read FLAC files is up at: http://www.ph.utexas.edu/~volsung/patches/ Now both native FLAC and Ogg FLAC files can be read. Comments should in theory be preserved coming from either FLAC or Ogg FLAC. I cannot figure out how to make an Ogg FLAC file that has comments, so I've only tested it with normal FLAC. (Any tips would be appreciated here.) Note the warnings, though: * This will only build on FLAC 1.0.4. FLAC 1.0.3 has a different API. * There appear to be some lingering rounding issues (not audible, but still curious). * Unsigned sample formats are not handled yet. * ID3 tags are not parsed, and in fact ID3v2 tags at the beginning of your file will cause it to be rejected by oggenc. --- Stan Seibert <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, Jan 08, 2003 at 11:38:00PM -0600, Stan Seibert wrote:> > Now both native FLAC and Ogg FLAC files can be read. Comments should in > theory be preserved coming from either FLAC or Ogg FLAC. I cannot > figure out how to make an Ogg FLAC file that has comments, so I've only > tested it with normal FLAC. (Any tips would be appreciated here.) >if it's the same as vorbis and speex (ie. vorbiscomment packet follows codec specific header packet, and before first data packet) then there is some easily ripped code for this in the speexenc source in the main speex tarball Conrad. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.