mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Merge pull request #470 from jsclayton/fix-ffmpeg6-10bit
Use filtergraph to specify 10-bit pixel format
This commit is contained in:
commit
ef8714ffd6
2 changed files with 4 additions and 4 deletions
|
|
@ -606,7 +606,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
// With this set we also disable hardware decode for compatibility later
|
||||
if (inputs.enable_10bit === true) {
|
||||
main10 = true;
|
||||
extraArguments += '-profile:v main10 -pix_fmt p010le ';
|
||||
extraArguments += '-profile:v main10 -vf scale_qsv=format=p010le ';
|
||||
response.infoLog += '10 bit encode enabled. Setting Main10 Profile & 10 bit pixel format \n';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue