|
Lines 311-317
Link Here
|
| 311 |
# this took me some time to figure |
311 |
# this took me some time to figure |
| 312 |
# note that byte order is swapped by lame via -x option |
312 |
# note that byte order is swapped by lame via -x option |
| 313 |
# TODO: somebody please tell me how to supress the "Assuming bla bla" output without devnull |
313 |
# TODO: somebody please tell me how to supress the "Assuming bla bla" output without devnull |
| 314 |
$result = system("$OGG123 $decquiet -d raw -f - $oggfile_escaped | $MP3ENC $encquiet -r -x -q $quality -b $bitrate -s $frequency -m $channels $infostring - $mp3outputfile_escaped"); |
314 |
$result = system("$OGG123 $decquiet -d raw -f - $oggfile_escaped | $MP3ENC $encquiet -r -q $quality -b $bitrate -s $frequency -m $channels $infostring - $mp3outputfile_escaped"); |
| 315 |
|
315 |
|
| 316 |
# TODO: find some widely used mp3 checker |
316 |
# TODO: find some widely used mp3 checker |
| 317 |
# disabled the checking due to lack of checker |
317 |
# disabled the checking due to lack of checker |