How to compress video?

Hi @lucksp,

Client side video compression is not current possible with Expo SDK. You can use a library like ffmpegkit-react-native in your Expo project. Using it with Expo Go is not possible since it requires native code, however, you can use the config-plugins/packages/ffmpeg-kit-react-native at main · expo/config-plugins · GitHub in your Expo project.

1 Like