Bug 342 - wma mp3 * * comes out byte swapped on windows
: wma mp3 * * comes out byte swapped on windows
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Formats
: 5.x or older
: PC All
: P2 major (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-06-03 16:33 UTC by Kevin Pearsall
Modified: 2008-12-18 11:53 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 Kevin Pearsall 2004-06-03 16:33:45 UTC
wma mp3 * *
	[wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] --resample 44100  --silent -q 9 -b $BITRATE$ - -

I've had to have a couple of customers change this to:

wma mp3 * *
	[wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] -x --resample 44100  --silent -q 9 -b $BITRATE$ 
- -

is it just missing the $-x$?
Comment 1 Vidur Apparao 2004-06-03 17:04:35 UTC
Seems that way, doesn't it? You know, I don't know if I ever tested wma->mp3
transcoding.

I wonder if WMA files can have either type of endianness. It doesn't seem so
from the decoding API, so I'm going to assume that we should always byte swap in
lame.

Fix on the way...
Comment 2 Vidur Apparao 2004-06-03 17:07:20 UTC
Fix checked in on 6/3/2004.
Comment 3 Chris Owens 2006-06-16 14:39:53 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.
Comment 4 Chris Owens 2008-12-18 11:53:30 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.