2

How to add advance filters like Snow rain to video using ffmpeg library. I have visited: https://ffmpeg.org/ffmpeg-all.html and https://trac.ffmpeg.org/wiki/FilteringGuide but cannot come to any conclusion reading these references.

silentsudo
  • 6,730
  • 6
  • 39
  • 81
  • [There are filtering examples available in the repo](https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples). It's possible some of these examples may be out of date, though. – Cornstalks Dec 25 '16 at 17:05
  • hi @Cornstalks i didnt get actual command line options to to execute like ffmpeg 'list of command ' can u help me here. – silentsudo Dec 26 '16 at 07:25
  • Are you asking how to do this via the command line with the `ffmpeg` program, or programmatically via libavfilter? – Cornstalks Dec 26 '16 at 14:41
  • @Cornstalks through ffmpeg program u got it correct – silentsudo Dec 26 '16 at 14:56
  • 1
    Then I regret to inform you this question is off topic for Stack Overflow. You should ask this question on [Super User](http://superuser.com/) or [Video Production](http://video.stackexchange.com/). Stack Overflow is for programming (which includes using the ffmpeg libraries like libavcodec and libavfilter, but not using the command line program). – Cornstalks Dec 26 '16 at 19:00
  • @Cornstalks most command do work on Android as my question targets Android only but the command to execute I am not aware of. Does it make clear? – silentsudo Dec 27 '16 at 23:33
  • I understand your question, but just because you're running `ffmpeg` on an Android device doesn't make it on-topic for Stack Overflow. As I mentioned earlier, you should ask this question on Super User or Video Production. – Cornstalks Dec 28 '16 at 02:46
  • @Cornstalks Thanks done here http://video.stackexchange.com/questions/20251/ffmpeg-how-to-add-advance-filters-to-video – silentsudo Dec 28 '16 at 04:06

0 Answers0