I was wondering if you plan eventually to add support for Linux? Technically `ffmpeg` could be used. E.g. based on this: https://stackoverflow.com/a/27148055/2263395 ``` ffmpeg -i input.mp4 -ss 00:00:01.000 -vframes 1 output.png ```
I was wondering if you plan eventually to add support for Linux?
Technically
ffmpegcould be used.E.g. based on this: https://stackoverflow.com/a/27148055/2263395