3b1b / manim

Animation engine for explanatory math videos
MIT License
70.74k stars 6.23k forks source link

Output Video written to Input Directory (Premade Docker Image) #1163

Open noschiff opened 4 years ago

noschiff commented 4 years ago

When running the premade image on Docker Hub, it creates the mp4 output video file in the tmp/input directory instead of tmp/output. The video is exposed from the container, however it is placed in the INPUT_PATH directory rather than OUTPUT_PATH. The file path listed in the logs is correct.

The log from running the docker-compose image is:

Media will be written to /tmp/output/. You can change this behavior with the --media_dir flag.

File ready at /tmp/input/videos/example_scenes/480p15/SquareToCircle.mp4

Played 3 animations
RoyMudie commented 4 years ago

Having the same problem. Specifying the --media_dir flag doesn't appear to change it either.