2025-01-24, 01:42 PM
My Sony A7 camera outputs to m2ts. When I get home I will put a couple in my test Jellyfin instance and do some testing.
I'll get back to you tonight or tomorrow (US EST).
Until then, can you try remuxing the video to MKV?
I'll get back to you tonight or tomorrow (US EST).
Until then, can you try remuxing the video to MKV?
Code:
ffmpeg -fflags +genpts+igndts -i "/path/to/video.m2ts" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv