mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Make ffmpeg_bin specification a piece of file_writer_config
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user