bugaudio convert - Bugs: bug #15396, Decoding WMA files is incomplete

 
 

bug #15396: Decoding WMA files is incomplete

Submitter:  None
Submitted:  Sat 07 Jan 2006 12:40:09 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 07 Jan 2006 12:42:02 PM UTC, comment #1: 

if you need anymore info, or if I can help test form you then please email me.
-email is unavailable-

Cheers

Russell

Anonymous
Sat 07 Jan 2006 12:40:09 PM UTC, original submission:  

When trying to convert a wma to MP3, the wav file that is created is not the complete extract of the wma. i.e. if the wma is 3 minutes long, the wav file (and consequently the newley encoded mp3) is only about 40 to 50 seconds long. I hashed out the bit in the script that redirects to the progress bar, and it worked fine. To me it looks like the awk/zenity bit of code is the problem, but for now I can get along ok without a progress bar :-)

mplayer -ao pcm:file="$temp_file" "$1"
#(2>&1 | awk -vRS='\r' '(NR>1){gsub(/%/," ");print 100-$5; fflush();}' | zenity --progress --title="$title" --text="$2 $1" --auto-close)

I'd love to have fixed it myself, but I don't understand/haven't used awk before.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code