2024-09-15, 11:46 PM 
		
	
	
		Add -map 0 to the command.  Forgot to add that.
	
	  
	
	
Code:
ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 newFile.mkv

