disable hardware decoding
This commit is contained in:
parent
20c8dcefd1
commit
9c223931f4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
};
|
||||
|
||||
ffmpeg = {
|
||||
accel = "qsv"; # Intel QuickSync Video
|
||||
accelDecode = true;
|
||||
accel = "qsv";
|
||||
accelDecode = false;
|
||||
|
||||
acceptedAudioCodecs = [ "aac" "mp3" "libopus" "pcm_s16le" ];
|
||||
acceptedContainers = [ "mov" "ogg" "webm" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue