from pathlib import Path DEFAULT_CONFIG_PATH = Path(__file__).parent / "config.json" FFMPEG_COMMAND = "ffmpeg"