Make ffmpeg_bin specification a piece of file_writer_config

This commit is contained in:
Grant Sanderson
2024-12-10 19:29:55 -06:00
parent d5c36de3c5
commit f9a44c9975
3 changed files with 9 additions and 8 deletions

View File

@ -66,8 +66,6 @@ DEGREES: float = TAU / 360
# when juxtaposed with expressions like 30 * DEGREES
RADIANS: float = 1
FFMPEG_BIN: str = GLOBAL_CONFIG["ffmpeg_bin"]
JOINT_TYPE_MAP: dict = {
"no_joint": 0,
"auto": 1,