I am experiencing an issue with the react-native-create-thumbnail library on Android. When I specify an exact time to generate a thumbnail from a video, the resulting thumbnail does not correspond to the specified time. This problem does not occur on iOS, where thumbnails are generated accurately at the specified times.
Steps to Reproduce:
Use the react-native-create-thumbnail library in a React Native project.
Specify a time (e.g., 10000 ms) to generate a thumbnail from a video on an Android device.
Observe that the generated thumbnail does not match the specified time.
Expected Behavior:
The generated thumbnail should correspond exactly to the specified time.
Actual Behavior:
The generated thumbnail does not match the specified time on Android.
Environment:
React Native version: 0.73.2
react-native-create-thumbnail version: 2.0.0
Device: Samsung S10
Additional Context:
This issue only occurs on Android. On iOS, the thumbnails are generated accurately according to the specified time.
I am experiencing an issue with the react-native-create-thumbnail library on Android. When I specify an exact time to generate a thumbnail from a video, the resulting thumbnail does not correspond to the specified time. This problem does not occur on iOS, where thumbnails are generated accurately at the specified times.
Steps to Reproduce:
Use the react-native-create-thumbnail library in a React Native project.
Specify a time (e.g., 10000 ms) to generate a thumbnail from a video on an Android device.
Observe that the generated thumbnail does not match the specified time.
Expected Behavior:
The generated thumbnail should correspond exactly to the specified time.
Actual Behavior:
The generated thumbnail does not match the specified time on Android.
Environment:
React Native version: 0.73.2
react-native-create-thumbnail version: 2.0.0
Device: Samsung S10
Additional Context:
This issue only occurs on Android. On iOS, the thumbnails are generated accurately according to the specified time.