charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
113 stars 18 forks source link

Fix export video #489

Open charlielee opened 5 months ago

charlielee commented 5 months ago

Fix export video. This broke due to the move to the file system access API. Although I think it was already broken before this change.

Ideal workflow is that export video becomes file system access API powered too. But this is tricky because currently we run ffmpeg in the main process.

image