fix: put your own ffmpeg.exe path(on macOs only)

pull/283/head
orenkaizer 3 years ago
parent 26f597480b
commit cefd1f40ab

@ -2,7 +2,7 @@ import os
from sys import platform
if platform == "darwin":
# Check if running on MacOs, needs to add that ffmpeg.exe path
os.environ["IMAGEIO_FFMPEG_EXE"] = "/Users/orenking/audio-orchestrator-ffmpeg/bin/ffmpeg"
os.environ["IMAGEIO_FFMPEG_EXE"] = "YOUR_PATH_TO_FFPEG.EXE"
from utils.console import print_markdown
import time

Loading…
Cancel
Save