shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

Update Trimmer.java #310

Closed adamawang closed 4 years ago

adamawang commented 4 years ago

Add FFmpegMediaMetadataRetriever.OPTION_CLOSEST option to line 480 where bmp is generated to retrieve a frame that may or may not be a sync frame but is closest to or the same as time.

In reference to #255

shahen94 commented 4 years ago

Hi @adamawang Thank you for the PR.

Just read the spec and believe that this should fix the #255 issue.

Merging now