Bug 266 - Bad syntax in Ogg Vorbis transcode in convert.conf
: Bad syntax in Ogg Vorbis transcode in convert.conf
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: unspecified
: All All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-04-20 15:39 UTC by Jeff Sartain
Modified: 2008-09-15 14:37 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Sartain 2004-04-20 15:39:43 UTC
In the 5.1.4 server release, convert.conf contains:

ogg mp3 * *
        [oggdec] -Q -o - -R $FILE$ | [lame] --resample 44100 --silent -b
$BITRATE$ -r $-x$ - -

This is a syntax error for oggdec.  The -R option needs a parameter.

The command should look like:

ogg mp3 * *
        [oggdec] -Q -o - -R 1 $FILE$ | [lame] --resample 44100 --silent -b
$BITRATE$ -r $-x$ - -



Same for the Squeezebox version:

ogg wav squeezebox *
        [oggdec] -Q -o - -R 1 $FILE$
Comment 1 KDF 2004-04-20 15:59:33 UTC
This, apparently, depends on which version of oggdec you are using.  the latest
version doesn't like -R 1.  This is according to the CVS log for convert.conf
v1.22 which changed -R 1 to -R
Comment 2 Jeff Sartain 2004-04-20 18:08:09 UTC
Okay, it looks like I need to update oggdec.  Not sure how you could easily
document this one, other than a comment in convert.conf and/or the FAQ.

Comment 3 Chris Owens 2006-06-16 14:40:18 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.