【问题标题】:Is there any libraries or way to convert video (mp4, mov) to gif in React Native for both Android and iOS?是否有任何库或方法可以在 Android 和 iOS 的 React Native 中将视频(mp4、mov)转换为 gif?
【发布时间】:2019-06-04 21:38:07
【问题描述】:

我正在 React Native 中实现视频录制功能,并希望具有在发送到服务器之前将录制的视频转换为 GIF 的功能。是否有任何库或方法可以在 Android 和 iOS 的 React Native 中将视频转换为 mp4、mov 到 gif?

【问题讨论】:

    标签: react-native react-native-android react-native-ios


    【解决方案1】:
    1. 安装库

    npm install react-native-video-to-gif --save

    1. 使用库

    从“react-native-video-to-gif”导入 RNGif;

    【讨论】:

    • 感谢您的回答,但此库仅适用于 iOS。
    【解决方案2】:

    试试 FFMPEG

    FFMPEG 以处理各种视频而闻名。包括将视频转换为 gif。下面的包兼容 React-Native,可在 iOS 和 Android 上使用。

    https://www.npmjs.com/package/react-native-ffmpeg

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-18
      • 2017-09-26
      • 2011-12-05
      • 2017-04-05
      • 2016-11-28
      • 2021-10-20
      • 1970-01-01
      • 2023-01-17
      相关资源
      最近更新 更多