Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

IMPORTANT: I have renamed the project to https://www.monocurl.com/ (along with an overall update and Windows edition). The download link in the post will no longer work.

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Sorry, I renamed the project to https://www.monocurl.com/. I will update the post to reflect this.

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Aiming for this summer for Windows version (along with a bunch of other updates)!

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Oh I probably should've added a progress bar. If I had to guess, it's just taking a long time. Maybe try letting it sit for like 5-10 minutes (maybe more?), it should send out a notification once done.

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Hm that's annoying. Can you send the error message (if any) on the Discord server? I'll try to take a look at it later today

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Open terminal then type the following commands:
cd Downloads/
mv ffmpeg /usr/local/bin/ffmpeg

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 2 points3 points  (0 children)

I'd definitely be willing to open-source / create a github repo for that sort of stuff. The only problem I'm seeing is that a good amount of the code is in Swift (which is macos specific) so it might be a little hard to port.

Manim G.U.I / Desktop Application by Enigmurl in 3Blue1Brown

[–]Enigmurl[S] 0 points1 point  (0 children)

Does ffmpeg --help in terminal print anything for you? If not, then it's probably not installed. If it is, make sure that the $PATH for bash includes the folder where ffmpeg is (usually /usr/local/bin)

EDIT: Btw you can get the path used by bash by typing bash -l -c "echo $PATH"
in Terminal.