I found one of my issues, but I suspect it may be different with different songs:
- Code: Select all
[2015-06-04 00:31:57,904] INFO InputStreamReaderThread - (/home/r00y00/.subsonic/transcode/ffmpeg) Duration: 00:03:54.25, start: 0.000000, bitrate: 65 kb/s
[2015-06-04 00:31:57,904] INFO InputStreamReaderThread - (/home/r00y00/.subsonic/transcode/ffmpeg) Stream #0.0: Audio: wmav2, 44100 Hz, 2 channels, s16, 64 kb/s
[2015-06-04 00:31:57,907] INFO InputStreamReaderThread - (/home/r00y00/.subsonic/transcode/ffmpeg) Unrecognized option 'b:a'
[2015-06-04 00:31:57,907] INFO InputStreamReaderThread - (/home/r00y00/.subsonic/transcode/ffmpeg) /home/r00y00/.subsonic/transcode/ffmpeg: failed to set value '192k' for option 'b:a'
So now it's trying to figure out why ffmpeg won't do it for this file and the others, and then how to fix it.
I tired writing a new way for transcoding wma files, without the -b:a code, but it doesn't work. Any ideas?
I'll research more later
