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

feat: allow user to specify how Android target frames #112

Closed charlyBerthet closed 1 month ago

charlyBerthet commented 3 months ago

As of now Android targets only synced frames. Therefore it sometimes doesn't return the exact frame requested by the user. With onlySyncedFrames = false user can now request exact frames.

charlyBerthet commented 2 months ago

@souvik-ghosh, any thoughts on the PR? :D Thanks !

souvik-ghosh commented 1 month ago

Looks good