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

After compress video not getting sound #333

Open mitalpatel5944 opened 3 years ago

mitalpatel5944 commented 3 years ago

Current Behavior

not getting sound after compress video.

Expected Behavior

sound should be there even after compress

Your Environment

software version
react-native-video-processing 2.0.0
react-native 0.63.3
node
paxicocicd commented 3 years ago

Hi!

Same here but with the trim function

ProcessingManager.trim(uri, {
      startTime,
      endTime,
    })

and the specific data passed:

{"uri": "file:///Users/lucasparra/Library/.../395E5970-E585-4B09-A80F-82F2B2E1184E.mov", "startTime": 0, "endTime": 5.28000020980835,}
Software Version
react-native-video-processing 2.0.0
react-native 0.63.4
node v14.0.0 ( using nvm version 0.35.2 btw)