I have tried converting the files with ffmpeg. That does not work. I checked the codec with ffprob, it seems the codecs are supported by roku, but the file does not work, I am not getting any sound.
Here is the command I used:
The conversion process takes too long anyway. I think I am going to go back to jellyfin, but I would like to stay with minidlna.
Does anybody have any ideas?
Here is the command I used:
ffmpeg -i input.mkv -c:v libx264 -preset slow -crf 22 -pix_fmt yuv420p -c:a ac3 output.mp4
The conversion process takes too long anyway. I think I am going to go back to jellyfin, but I would like to stay with minidlna.
Does anybody have any ideas?