Displaying 3 results from an estimated 3 matches for "cddb_id".
Did you mean:
cb_id
2009 Apr 02
0
FLAC: joining source files
...dea is to have flac/metaflac support joining FLAC files
themselves (but this is much heavier to implement)
-- and may pose issues with meta info like seekpoints, cuepoints ...
========= snip snip ==========
#!/local/bin/perl
use strict;
our( @spt, at tr );
sub usage {
print "USAGES:\n\n$0 cddb_id [...]\n\n$0 cddb_id start_track end_track\n";
exit 1;
}
sub addtracks { my( @y, $k,$nfo,$nsp,$p,$z );
usage() if $_[0]!~/^[0-9a-f]{8}$/;
# build list of PCM files
if ($#_>0) {
for ($k=$_[1];$k<=$_[2];$k++) {
if ($k>9) { $p='' } else { $p='0' }
push @y,$_...
2002 Feb 05
2
-q option failing
...passed to oggenc.
/usr/bin/cdparanoia -v 1 - | dd ibs=5M | /usr/bin/oggenc - -q 9 -t
"Pearl In" -a "Tosca" -l "Suzuki" -N "1" -d
"" -c "description=Track #1" -c "genre=" -c "encode_date=2004-02-03" -c
"cddb_id=a70df80c" -o "rip_temp_file.ogg" && mv "rip_tem
p_file.ogg" "/sounds/ogg/Tosca/Suzuki/01_Pearl_In.ogg"
I'm using oggenc .9 libvorbis rc3
Thanks for any help, and apologies if this is a well understood bug.
Brant
<p>--- >8 ----
List arch...
2001 Oct 31
4
OggMux, a simple ogg file multiplexer
Hello,
I have in the past few days played a bit with libogg. My goal is to learn
enough of it to try wrapping current tarkin codecs into an ogg file, with
vorbis sound eventually.
I did work on a small program which allows you to easyly (de)multiplex
Ogg files in a way which seems to conform to the docs. You can do things
like:
oggmux in1.ogg in2.ogg in3.ogg - mux3.ogg
oggmux mux3.ogg -