2024-11-19, 03:05 PM
This reminds me of a bug I reported a couple weeks ago.
https://github.com/jellyfin/jellyfin-roku/issues/2024
I'm assuming these are live TV recordings? Not sure why it is just remuxing from TS to TS. Can you try manually remuxing a video into a MP4 container and see what happens?
In a powershell or command prompt
https://github.com/jellyfin/jellyfin-roku/issues/2024
I'm assuming these are live TV recordings? Not sure why it is just remuxing from TS to TS. Can you try manually remuxing a video into a MP4 container and see what happens?
In a powershell or command prompt
Code:
ffmpeg -fflags +genpts+igndts -i "D:\Movies\TV Shows\Rescue Bots\Season 3\Watch Transformers- Rescue Bots Season 3 Episode 12 online FREE - KimCartoon.ts" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mp4