dirkvdb / ffmpegthumbnailer

Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
GNU General Public License v2.0
489 stars 70 forks source link

Can I use this in iOS with ffmpeg-kit ? #219

Open FlashTang opened 1 year ago

FlashTang commented 1 year ago

Hi I use such command to generate thumbnails ffmpeg -ss 00:00:05 -i input.mp4 -frames:v 1 frame_1.png this command is fast ,but if I want to generate multi thumbnails (e.g. 10 thumbnails) , it will be slow (on iOS) So I want to know : can ffmpegthumbnailer work on iOS ?