Gentoo Archives: gentoo-user

From: Florian Philipp <lists@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] oggenc ogg flac files
Date: Sun, 11 Nov 2007 20:35:15
Message-Id: 1194812745.16045.15.camel@NOTE_GENTOO64.PHHEIMNETZ
1 Hi!
2
3 Can anyone confirm that it is not possible to transcode ogg-flac files
4 to ogg-vorbis although the necessary use flags are set (vorbis-tools
5 +flac; flac +ogg) and the man page says it's possible?
6
7 There seems to have been a bug about this in 2004 [1] but the patch is
8 long applied and I want to rule out every other possibility before
9 opening a new one.
10
11 Test Case:
12 1. emerge media-libs/flac with +ogg and media/sound/vorbis-tools with
13 +flac:
14 " USE="ogg,flac" emerge -av1 flac vorbis-tools "
15
16 2. Encode something to flac in an ogg container, for
17 example /usr/share/sounds/alsa/Noise.wav to /tmp/Noise.oga:
18 " flac --ogg /usr/share/sounds/alsa/Noise.wav -o /tmp/Noise.oga "
19
20 3. Try to transcode the oga-file to ogg-vorbis:
21 " oggenc /tmp/Noise.oga "
22
23 Transcoding normal flac-files is still possible.
24
25 Thanks in advance!
26
27 Florian Philipp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] oggenc ogg flac files Willie Wong <wwong@×××××××××.EDU>