Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

when add '-ql' cli args, it can't find the file #75

Closed chrisyy2003 closed 5 months ago

chrisyy2003 commented 9 months ago

when add '-ql' cli args, it still look for the video in 1080p

Rickaym commented 9 months ago

Does it work if you use a manim.cfg file instead with:

[CLI]
quality=low

In the meanwhile, I will try to reproduce the issue on my side.

Rickaym commented 9 months ago

image I am not able to reproduce the issue.

chrisyy2003 commented 9 months ago

well i do the same, it generate 480 successfully, but player still lookup the 1080 video

image
Rickaym commented 8 months ago
[CLI]
quality=low_quality

Use this solution. You need to create a manim.cfg file in the root directory as the scene file and set the quality key.

The ETA on recognizing command line args will be long on implementing this.

MrDiver commented 7 months ago

Maybe this should be documented in the README ?

Rickaym commented 5 months ago

Maybe this should be documented in the README ?

Yes, I agree.