mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix ffmpeg path join
This commit is contained in:
parent
8c65591948
commit
82cbcd7b43
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -162,7 +162,7 @@ def set_openpype_global_environments() -> None:
|
|||
if platform_name == "windows":
|
||||
ffmpeg_path_parts.append("bin")
|
||||
|
||||
ffmpeg_path = os.path.join(ffmpeg_path_parts)
|
||||
ffmpeg_path = os.path.join(*ffmpeg_path_parts)
|
||||
|
||||
os.environ["OPENPYPE_FFMPEG_PATH"] = ffmpeg_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue