2025-01-02, 04:41 PM
Remuxing does not involve encoding. Just copying the video and audio into a new container.
/var/log/jellyfin is where the logs are located
/var/log/jellyfin is where the logs are located
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/problem/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv