mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
hwaccel_flags
This commit is contained in:
parent
dc4f1a0322
commit
3fd7334632
1 changed files with 2 additions and 2 deletions
4
rffmpeg
4
rffmpeg
|
|
@ -467,8 +467,8 @@ def translate_harware_acceleration_args(rffmpeg_command):
|
|||
}
|
||||
}
|
||||
|
||||
remove_args = ['-init_hw_device', 'qsv=qs@va', '-hwaccel_flags', '+unsafe_output', '-level', '50']
|
||||
add_args = ['-hwaccel_flags', '+unsafe_output', '-threads', '1']
|
||||
remove_args = ['-init_hw_device', 'qsv=qs@va', '-level', '50']
|
||||
add_args = ['-hwaccel_flags', '+unsafe_output']
|
||||
|
||||
new_args = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue