问题
I am using FFmpeg
in my android app. I have implemented following filters/effects successfully on video-
- Invert Color
- Black and white
- Sepia
- Vignette
- Gamma effect
I followed FFmpeg Video Filter docs.
There are similar questions asked but without any proper answer.
I want to apply some Good Filters like on Instagram or Snapchat via FFmpeg
. Below are few example filters taken from this link.
Can these filters be achieved via ffmpeg
?
回答1:
Here is a tutorial that might be helpful it shows how to use ffmpeg on android, the only thing you need is to find or learn the commands for different actions(filtering, trimming, rotating, etc), and yes you can achieve this with ffmpeg https://androidlearnersite.wordpress.com/2017/03/17/ffmpeg-video-editor/ https://trac.ffmpeg.org/wiki/FilteringGuide
来源:https://stackoverflow.com/questions/43658031/add-filters-to-video-like-instagram-or-snapchat-via-ffmpeg