2023-12-07, 01:37 AM
(This post was last modified: 2023-12-07, 01:39 AM by TheDreadPirate. Edited 1 time in total.)
I just remembered something. What container is your DV5 stuff in? If it is a MKV container, that is the problem. DV5 HAS to be in an MP4 container.
EDIT: Just re-read your pastebin log. It is MKV. You can use ffmpeg to re-containerize your video.
Literally that simple to recontainerize.
EDIT: Just re-read your pastebin log. It is MKV. You can use ffmpeg to re-containerize your video.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -i orig_file.mkv new_file.mp4
Literally that simple to recontainerize.