2024-06-21, 03:44 AM
(This post was last modified: 2024-06-21, 04:08 AM by theguymadmax. Edited 3 times in total.)
I just tried playing that file it threw up a bunch of warnings and I got the same fatal error message. There's a vob sub file in there that it didn't like. Once I removed it, the file was able to play.
https://pastebin.com/fGA0RzKg
You can use this command to strip out the sub from your file. Use powershell and update your paths and filenames
https://pastebin.com/fGA0RzKg
You can use this command to strip out the sub from your file. Use powershell and update your paths and filenames
Code:
& '.\Program Files\Jellyfin\Server\ffmpeg.exe' -i "C:\Video\Kids Movies\Toy Story (1995)\Toy.Story.1995.1080p.BluRay.H264.AC3.DD5.1.mp4" -c:v copy -c:a copy -sn "c:\test\filename.mp4"