mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	dashboard tweaks and webm fixes
This commit is contained in:
		
							parent
							
								
									12d5bdeaed
								
							
						
					
					
						commit
						6de9c31c54
					
				@ -235,7 +235,7 @@ namespace MediaBrowser.Api.Playback.Progressive
 | 
			
		||||
            // webm
 | 
			
		||||
            if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase))
 | 
			
		||||
            {
 | 
			
		||||
                args = "-g 120 -cpu-used 1 -lag-in-frames 16 -deadline realtime -slices 4 -vprofile 0";
 | 
			
		||||
                args = "-quality realtime -profile:v 1 -slices 4";
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // asf/wmv
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user