Output Video written to Input Directory (Premade Docker Image)
- 主要語言
- Python
- 星號
- 93.9k
- 分支
- 7.7k
- 平均合併
- 2 天 13 小時
- 30 天內合併 PR
- 4
描述
When running the [premade image on Docker Hub](https://hub.docker.com/r/eulertour/manim/tags/), 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
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
查看預製映像的 Dockerfile 和 entrypoint 腳本,查看 INPUT_PATH 和 OUTPUT_PATH 是如何設定的。 在本機執行容器來重現此問題,並檢查影片檔案實際寫入的位置與日誌輸出之間的差異。 修復可能涉及在容器執行環境中更正路徑對應或 media_dir 標誌。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- docker, docker-compose
- 領域
- cli, devops
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100