mattdesl / canvas-sketch

[beta] A framework for making generative artwork in JavaScript and the browser.
MIT License
5.01k stars 393 forks source link

ffmpeg sending output to wrong directory #124

Closed rajangdavis closed 2 years ago

rajangdavis commented 2 years ago

When I use something like the following to export video, ffmpeg will send the video to my Download folder: $ canvas-sketch sketch-03.js --stream --out=output/03

Basically, I'm expecting the video to be output to the "output/03" folder running in the same directory that I am running the canvas-sketch project, but it's sending the video my Downloads folder instead.

rajangdavis commented 2 years ago

It's working, I guess restarting my terminal session fixed it.