[FFmpeg-user] Regarding Reverse Video
Lou
lou at lrcd.com
Wed Mar 30 20:18:09 CEST 2016
On Wed, 30 Mar 2016 15:32:32 +0530
Kandarp <kandarp at sandaholdings.com> 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.
More information about the ffmpeg-user
mailing list