hm transcoding m4b
m4b | mp3 | ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f wav - | lame -b %b --tt %t --ta %a --tl %l -S --resample 44.1 - -
Works for 1 m4b file but not the next and it is rotting slow. as for the error. heres the subsonic log for the job with the error (maybe it is a chapter thing?)
Starting transcoder: /var/subsonic/transcode/ffmpeg -i file.m4b -map 0:0 -b:a 320k -v 0 -f wav -
[1/8/18 6:33:11 AM CET] INFO TranscodeInputStream Starting transcoder: /var/subsonic/transcode/lame -b 320 --tt title --ta artist --tl album -S --resample 44.1 - -
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) LAME 3.99.5 64bits (
http://lame.sf.net)
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) Resampling: input 22.05 kHz output 44.1 kHz
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) Using polyphase lowpass filter, transition band: 20094 Hz - 20627 Hz
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) Encoding <stdin> to <stdout>
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) Encoding as 44.1 kHz j-stereo MPEG-1 Layer III (4.4x) 320 kbps qval=3
[1/8/18 6:35:39 AM CET] INFO InputStreamReaderThread (/var/subsonic/transcode/lame) Error writing mp3 output
Dang, so close (I'm not very good with the transcode conguring so help there would be greatly appreciated, well back to sleep for me and more tinkering later.
For it feels like this should work just fine.