Skip to content

video_dir in "default.cfg" does not do anything #177

Closed
@kolibril13

Description

@kolibril13

The "default.cfg" file looks really nice!
Thanks a lot for making this, it has really great potential.

When testing it, I run into an issue:

In the old manim version, I ran my programms with manim -l -p --video_dir ~/Downloads/ HelloWorld.py
But now, I want to define the video_dir in "default.cfg".

Here, I found in line 70-71:

# # --video_dir
# video_dir = %(MEDIA_DIR)s/videos

and changed it to:

# # --video_dir
video_dir = ~/Downloads/

But the video output dir is unchanged, here the output of the script:

[10:29:50] INFO     Read configuration files: ['/home/kolibril config.py:416 
                    /projects/manim-community/manim/default.cfg']               
[10:29:50] INFO     Read configuration files: ['/home/kolibril config.py:416 
                    /projects/manim-community/manim/default.cfg']               
[10:29:51] INFO                                        scene_file_writer.py:531 
                    File ready at /home/kolibril/pr                          
                    ojects/manim-community/lala/media/                          
                    videos/hi/480p15/HelloWorld.mp4                             
           INFO     Played 1 animations                            scene.py:110 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions