2024-08-08, 02:56 AM 
		
	
	
		Same issue dealing with DVDSUB subtitles. Solution was to remux the file and remove the subtitles. The following code will accomplish that: 
	
	  
	
	
Code:
/usr/lib/jellyfin-ffmpeg -i /path/to/input/video.mp4 -c:v copy -c:a copy -sn /path/to/output/video.mp4
