I am trying to stabilize a video using FFMpeg in Android. I am currently using the FFmpeg-Android-Java library but I have also tried MobileFFmpeg as suggested by this question and also FFmpegKit.
I can get the deshaking filter to work but it made my video more shaky so I'm trying to get vidstabdetect and vidstabtransform to work but all the libraries I've tried give me "No such filter: 'vidstabdetect'"
Any ideas how I go about getting vidstabdetect and vidstabtransform to work?