

INPUT_FILE = 2 # => CSV column for the video input name VIDEO_INDEX = 1 # => CSV column for the video ID PREFIX = 0 # => CSV column for a general ID or prefix INPUT_FORMAT = ".mp4" # => change this depending on the input format suffixĬSV_COL_SEP = ',' # => CSV column separator # => set to "" if you want to be asked for each file # => set to "-y" if you want to force overwrite OVERWRITE = "-n" # => set to "-n" if you just want to keep files that exist # => if set to false, encoding options below are used This page was generated by GitHub Pages.# Batch encodes videos from a list of editing pointsįFMPEG = "ffmpeg" # => path to the FFmpeg executableĬOPY = false # => if set to true, just does a bitstream copy React-native-video-processing is maintained by shahen94. Describe API methods with parameters in README.Create native trimmer component for Android.Android should be able to compress video.If this project was helpful to you, please Make sure you rename the binaries from ffmpeg to libffmpeg.so!

Copy and rename binaries to android/src/main/jniLibs//libffmpeg.so.

Find ffmpeg binaries in prebuilt//ffmpeg/bin/ffmpeg.Make sure every build outputs: ffmpeg: ok. That’s okay because we modified the build script. android.sh -lts -disable-arm-v7a-neon -enable-x264 -enable-gpl -speed.

