mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Merge pull request #1918 from phantom-voltage/dev
Changed to a valid preset for h264_nvenc
This commit is contained in:
		
						commit
						6e1ba4e3cc
					
				@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback
 | 
			
		||||
            // h264 (h264_nvenc)
 | 
			
		||||
            else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
 | 
			
		||||
            {
 | 
			
		||||
                param = "-preset high-performance";
 | 
			
		||||
                param = "-preset default";
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // webm
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user