mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	add support for AMD h264_amf & hevc_amf
This commit is contained in:
		
							parent
							
								
									0a39e54984
								
							
						
					
					
						commit
						e95239e281
					
				@ -55,7 +55,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
 | 
				
			|||||||
            "h264_vaapi",
 | 
					            "h264_vaapi",
 | 
				
			||||||
            "hevc_vaapi",
 | 
					            "hevc_vaapi",
 | 
				
			||||||
            "h264_v4l2m2m",
 | 
					            "h264_v4l2m2m",
 | 
				
			||||||
            "ac3"
 | 
					            "ac3",
 | 
				
			||||||
 | 
								"h264_amf",
 | 
				
			||||||
 | 
								"hevc_amf"
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Try and use the individual library versions to determine a FFmpeg version
 | 
					        // Try and use the individual library versions to determine a FFmpeg version
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user