mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixing space in path
This commit is contained in:
parent
fa541d1ddb
commit
5c9327fe86
1 changed files with 3 additions and 2 deletions
|
|
@ -268,9 +268,10 @@ class DropDataFrame(QtWidgets.QFrame):
|
||||||
args = [
|
args = [
|
||||||
ffprobe_path,
|
ffprobe_path,
|
||||||
'-v', 'quiet',
|
'-v', 'quiet',
|
||||||
'-print_format', 'json',
|
'-print_format json',
|
||||||
'-show_format',
|
'-show_format',
|
||||||
'-show_streams', filepath
|
'-show_streams',
|
||||||
|
'"{}"'.format(filepath)
|
||||||
]
|
]
|
||||||
ffprobe_p = subprocess.Popen(
|
ffprobe_p = subprocess.Popen(
|
||||||
' '.join(args),
|
' '.join(args),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue