tanersener / react-native-ffmpeg

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

converting mov to mp4 #221

Closed nicolasp123 closed 3 years ago

nicolasp123 commented 3 years ago

Description Hi, i just picked up react native and was wondering how i convert mov files (ios videos) to MP4 files in react native

thank you so much!

ktayah commented 3 years ago

FFmpeg is a large library outside of just this npm package. So to understand the commands needed to do any type of command you are better off looking for outside sources. You can check this out to get your answer on how to use Ffmpeg: https://opensource.com/article/17/6/ffmpeg-convert-media-file-formats

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.