Bug 6032 - Transcoding "ogg flc" does not work
: Transcoding "ogg flc" does not work
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: 7.0
: PC RedHat Linux
: P2 normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-04 01:52 UTC by Kim B. Heino
Modified: 2007-11-04 21:29 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 Kim B. Heino 2007-11-04 01:52:19 UTC
There's a typo in convert.conf for "ogg flc". flac is called with parameter "--channel 2", it should be "--channels 2". Without "s" flac gives an error and exits.

You could also change "-cs" to "-c", as "--totally-silent" implies "-s".
Comment 1 Andy Grundman 2007-11-04 21:29:45 UTC
Good catch, fixed.