2023-09-25, 06:30 PM
(This post was last modified: 2023-09-25, 06:30 PM by TheDreadPirate.)
Try this. You can use ffmpeg to test the file.
It will print any problems in error.log in the current directory.
Code:
sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v error -i /path/to/video -f null - >error.log 2>&1
It will print any problems in error.log in the current directory.