mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Include encoders/decoders strings in stdout fix
This commit is contained in:
parent
6a62ae4c83
commit
d664e8c766
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ else:
|
|||
# Determine if "-version" is an argument; if so, we output stdout to stdout,
|
||||
# otherwise we output it to stderr
|
||||
# Weird workaround for something Jellyfin requires...
|
||||
if '-version' in cli_ffmpeg_args:
|
||||
if '-version' in cli_ffmpeg_args or '-encoders' in cli_ffmpeg_args or '-decoders' in cli_ffmpeg_args:
|
||||
stdout = sys.stdout
|
||||
else:
|
||||
stdout = sys.stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue