mre / timelapse

🎬 Native macOS app for recording timelapse videos of your desktop.
https://endler.dev/2020/timelapse/
Apache License 2.0
214 stars 18 forks source link

Use ffmpeg from user path instead of specifying one #29

Closed cmangla closed 4 years ago

cmangla commented 4 years ago

In Encoder, ffmpeg might not be at the path we've hardcoded.

cmangla commented 4 years ago

This is for https://github.com/mre/timelapse/blob/2fad98e309d0965287f79cc619d31905fe340268/timelapse/encoder.py#L44

I'm about to submit a pull request.

mre commented 4 years ago

This should be fixed now. See the comment over at #30. I hope it works for everyone. Closing this to keep the issue tracker up-to-date, but please reopen if you encounter any problems. Credits go to @cmangla for fixing it.