Sat Jun 20, 2015 2:07 pm by ackwdw123
Thanks for this link, it came in very handy. I ended up trying a manual conversion of a file that did not have a Roku supported audio format. I transcoded the file with the following parameters:
Extract Audio file: "C:\Program Files\Serviio\lib\ffmpeg.exe" -i "E:\Video\video1.mkv" -vn -ab 256k "E:\Video\video1.mp3"
Import audio with aac format: "C:\Program Files\Serviio\lib\ffmpeg.exe" -i "E:\Video\video1.mkv" -i "E:\Video\video1.mp3" -c:v copy -c:a aac -strict experimental "E:\Video\video2.mkv"
The result is that the playback hangs on "retrieving", there is an stf file that is slowly growing, and the ffmpeg process runs the CPU up to 95% usage.
Some questions I have:
1. I don't see this behavior with any of he other devices on my network, and I see the Roku profile in the profiles.xml file. Is there something else I should be doing so that the files will playback?
2. Is it possible the mkv container doesn't recognize the aac format? (I'll go poke around for this answer myself and post if I find something).