souvik-ghosh / react-native-create-thumbnail

iOS/Android thumbnail generator with support for both local and remote videos
MIT License
246 stars 105 forks source link

Request frame-accurate image generation on iOS #94

Closed davetodd closed 1 year ago

davetodd commented 1 year ago

This would fix #79. See:

Per the docs, "this may incur additional decoding delay." This hasn't been noticeable in my use cases, but I have been testing with relatively shorter videos.

souvik-ghosh commented 1 year ago

@davetodd Thanks for the PR