mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
auto fallback from gpu to cpu
This commit is contained in:
parent
6b28eee2db
commit
4ea3925626
6 changed files with 5 additions and 155 deletions
|
|
@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
H264Crf = 23;
|
||||
EnableHardwareEncoding = true;
|
||||
|
||||
HardwareDecodingCodecs = new string[] { "h264", "mpeg2video", "vc1" };
|
||||
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue