Skip to content

Commit

Permalink
Correct extension in wma_ogg function
Browse files Browse the repository at this point in the history
  • Loading branch information
pamolloy committed Jan 9, 2012
1 parent 600548e commit a1dcba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ wma_ogg ()
#mplayer -quiet -ao pcm -vc null -vo null "$1".wma

ffmpeg -i "$1".wma "$1".wav
ogg_encode "$1".ogg
ogg_encode "$1".wav
if [ $? -eq 0 ]
then
rm "$1".wma
Expand Down

0 comments on commit a1dcba1

Please sign in to comment.