2024-12-19, 02:57 PM
The issue is likely that the container was poorly muxed. You can try remuxing the video to attempt to repair the container. No encoding required.
Open a command prompt and type this command.
Open a command prompt and type this command.
Code:
ffmpeg -fflags +genpts+igndts -i "Z:\Media\Shows\Mr. Robot\Season 03\Mr_ Robot_S03E01_eps3_0_power-saver-mode_h.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled Z:\newFile.mkv