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 = {
|
ffmpeg = {
|
||||||
accel = "qsv"; # Intel QuickSync Video
|
accel = "qsv";
|
||||||
accelDecode = true;
|
accelDecode = false;
|
||||||
|
|
||||||
acceptedAudioCodecs = [ "aac" "mp3" "libopus" "pcm_s16le" ];
|
acceptedAudioCodecs = [ "aac" "mp3" "libopus" "pcm_s16le" ];
|
||||||
acceptedContainers = [ "mov" "ogg" "webm" ];
|
acceptedContainers = [ "mov" "ogg" "webm" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue