Thu Sep 08, 2016 6:03 am by praeTorian
Hi,
I have a similar issue and it seems that ffmpeg has a problem with transcoding.
It works after I changing the name to a name without any special characters, but I don't find any pattern for that.
I try to disable transcoding, but the WebGUI doesn't work with 1.6.1. I can't save my settings...
serviio 636 3540 99 19:59 ? 00:00:16 ffmpeg -threads auto -i /.../.../.../xyz.mkv -y -threads auto -c:v mpeg2video -pix_fmt yuv420p -qscale:v 1 -r 25 -g 15 -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-1491-7-ORIGINAL.stf
-> the most videos using audio codec AAC and not AC3