[vorbis-dev] flac with ogg metadata to ogg vorbis transcode, new release of vorbis-tools?
Beni Cherniavsky
cben at techunix.technion.ac.il
Wed Dec 18 08:32:03 PST 2002
On 2002-12-17, Josh Coalson wrote:
> So you're basically asking if there's a way to do it without
> an intermediate file?Not sure why that matters but you could
> do it with some ugly thing like:
>
> oggenc ... \
> -a `metaflac --show-vc-field=artist | sed '/^.*=//'` \
> -t ...
> -l ...
>
> oggenc can't take comments from stdin since that's already
> reserved for being able to pipe in audio data.
>
That's like the "pull" style of transformation descriptions, with the
drawback that anything not explicitly included is lost by default. Would
be safer to list all comments, build the `-c NAME=VALUE' and feed into the
oggenc command line with e.g. xargs... That would even handle multiple
comments with same name.
--
Beni Cherniavsky <cben at tx.technion.ac.il>
--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list