Page 1 of 1

transcoding issues

PostPosted: Thu Jun 22, 2017 2:06 pm
by moo
ive had subsonic running for a few years now I dont use the music feature at all just for streaming movies and TV (mkv, avi etc).

3 of us all use the same setting for transcoding

now we cant seem to play some files, any help would be great, the transcoding ive been using is

NAME CONVERT FROM CONVERT TO STEP 1

mp3 audio
ogg oga aac m4a flac wav wma aif aiff ape mpc shn

mp3
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 –

flv/h264 video
avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts

flv
ffmpeg -ss %o -i %s -async 1 -b %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset superfast -threads 0 –

mkv video
avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts

mkv
ffmpeg -ss %o -i %s -c:v libx264 -preset superfast -b:v %bk -c:a libvorbis -f matroska -threads 0 -



Downsample command
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 –
ffmpeg -ss %o -t %d -i %s -async 1 -b:v %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f mpegts -c:v libx264 -preset superfast -c:a libmp3lame -threads 0 -


any help please streaming movies and TV is now not working for me ?

Re: transcoding issues

PostPosted: Sun Jun 25, 2017 5:10 pm
by Exrace
Possible file corruption. Can you ffmpeg the files running the commands outside of SS or on a local computer?

Re: transcoding issues

PostPosted: Wed Aug 09, 2017 6:55 pm
by zeroth
guess this forum is pretty dead. here is a link to the bug. First file I tested seems to work after removing flac from the transcoding sections per a response in the link.

https://sourceforge.net/p/subsonic/bugs/175/

Re: transcoding issues

PostPosted: Sun Sep 17, 2017 12:47 pm
by zeroth
only thing is that the fix involves removing "flac" from the transcoding section so chrome will play flac itself. This screws up transcoding for mobile devices. Now we have no choice but to either stream flac remotely or change the transcoding setting on and off. Please fix.