mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-19 14:06:03 +00:00
update nvenc
This commit is contained in:
parent
b0ff307d0c
commit
b28857feea
2 changed files with 0 additions and 2 deletions
|
|
@ -775,7 +775,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
if (!string.Equals(videoEncoder, "h264_omx", StringComparison.OrdinalIgnoreCase) &&
|
||||
!string.Equals(videoEncoder, "h264_qsv", StringComparison.OrdinalIgnoreCase) &&
|
||||
!string.Equals(videoEncoder, "h264_nvenc", StringComparison.OrdinalIgnoreCase) &&
|
||||
!string.Equals(videoEncoder, "h264_vaapi", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
param = "-pix_fmt yuv420p " + param;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue