Add Filters to Video like Instagram or Snapchat via FFmpeg

梦想与她 提交于 2019-12-12 04:36:14

问题


I am using FFmpeg in my android app. I have implemented following filters/effects successfully on video-

  1. Invert Color
  2. Black and white
  3. Sepia
  4. Vignette
  5. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!