tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
401 stars 52 forks source link

How i can save video after trim? #173

Closed Adigezalov closed 4 years ago

Adigezalov commented 4 years ago

Help me please. How i can save video after

RNFFmpeg.execute("-i ${filePath} -vf trim=60:120")

In general, I need to send the video after trimming to the server

nivas412 commented 4 years ago

Hi Is it working fine now ??

nivas412 commented 4 years ago

Hi Is it working fine now ??

If yes please let me know how ??