mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'hotfix/579-Publish_EDL' into develop
This commit is contained in:
commit
d22a45ea8b
8 changed files with 58 additions and 44 deletions
|
|
@ -268,9 +268,10 @@ class DropDataFrame(QtWidgets.QFrame):
|
|||
args = [
|
||||
ffprobe_path,
|
||||
'-v', 'quiet',
|
||||
'-print_format', 'json',
|
||||
'-print_format json',
|
||||
'-show_format',
|
||||
'-show_streams', filepath
|
||||
'-show_streams',
|
||||
'"{}"'.format(filepath)
|
||||
]
|
||||
ffprobe_p = subprocess.Popen(
|
||||
' '.join(args),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue