On Wed, 30 Mar 2016 15:32:32 +0530
Kandarp <[email protected]> wrote:

> Firstly sorry for the incomplete information. I am trying to reverse a 
> video on android platform using the below given command
> 
> *command = "-i "  + sdcard  +"/VID.mp4 -vf reverse -y"+ sdcard 
> +"/reverse.mp4";*

We cannot support scripted commands here.

> when i run this i am getting an error response saying
> 
> ffmpeg version N-63698-g22d1b24 Copyright (c) 2000-2014 the FFmpeg 
> developers
[...]
> [AVFilterGraph @ 0x14b8110] No such filter: 'reverse'
> Error opening filters!
>
> I would request you to let me know if i am doing something wrong or if 
> there is a bug inside the library.

Your ffmpeg is too old. It is recommended that users use a build
derived from the current git master branch.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to