[Vorbis-dev] vorbis-tools 1.2.0 Release Candidate
Ivo Emanuel Gonçalves
justivo at gmail.com
Wed Feb 6 13:57:57 PST 2008
Tested all patches to vorbiscomment successfully. Before issuing a
third release candidate, I'd like to solve the Ogg to Ogg issue.
On 2/4/08, Ian Malone <ibmalone at gmail.com> wrote:
> I suspect, but haven't tested, that oggflac_id in
> http://svn.xiph.org/trunk/vorbis-tools/oggenc/flac.c is the
> culprit. The second part of the test appears to be wrong:
> (memcmp (buf+28, "\177FLAC", 5) || flac_id(buf+28, len - 28)),
> memcmp here should probably be negated/checked ==0.
This isn't the cause, though. Removing memcmp only makes the file not
go through the FLAC module. The problem is elsewhere, because...
ERROR: Input file "/home/ivo/1.ogg" is not a supported format
...oggenc now doesn't even recognize the file anymore. I had never
tried to transcode Vorbis to Vorbis, so I can't say if this is a
recent bug or if it has been around for a while. I'd like to hear
other people's experiences if possible.
-Ivo
More information about the Vorbis-dev
mailing list