Moderator: moderators
#!/bin/bash
ffmpeg -i "$1" -f wav -ab "$2" - 2>/dev/null | /var/subsonic/transcode/lame -b "$2" - -
#
drifter wrote:I got a similar setup and had the same problem and after going thru' most of the threads i got it working.
This is what I did. Unfortunately I can't find the original thread.
In /var/subsonic/transcode create a script called wma2mp3 and make it executable.
- Code: Select all
#!/bin/bash
ffmpeg -i "$1" -f wav -ab "$2" - 2>/dev/null | /var/subsonic/transcode/lame -b "$2" - -
#
copy ffmpeg and lame from /usr/bin to /var/subsonic/transcode
In Settings>Transcoding
wma > mp3 - wma - mp3 - wma2mp3 %s %b
Users browsing this forum: No registered users and 24 guests