mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
path to ffmpeg tools has always quotes to make sure spaces won't cause unnecessary behavior
This commit is contained in:
parent
e8a817a89b
commit
7e4807e7ee
12 changed files with 18 additions and 17 deletions
|
|
@ -1397,7 +1397,7 @@ def ffprobe_streams(path_to_file):
|
|||
"Getting information about input \"{}\".".format(path_to_file)
|
||||
)
|
||||
args = [
|
||||
get_ffmpeg_tool_path("ffprobe"),
|
||||
"\"{}\"".format(get_ffmpeg_tool_path("ffprobe")),
|
||||
"-v quiet",
|
||||
"-print_format json",
|
||||
"-show_format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue