mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Set output of subprocess to stderr
Required otherwise Jellyfin doesn't pick up the output properly.
This commit is contained in:
parent
9e5235a9fc
commit
a142f48821
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ p = subprocess.run(rffmpeg_command,
|
|||
universal_newlines=True,
|
||||
stdin=sys.stdin,
|
||||
stderr=sys.stderr,
|
||||
stdout=sys.stdout)
|
||||
stdout=sys.stderr)
|
||||
|
||||
###############################################################################
|
||||
# Cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue