[FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

Muhammad Faiz mfcc64 at gmail.com
Wed Feb 17 19:22:58 CET 2016


On Wed, Feb 17, 2016 at 10:20 PM, wm4 <nfxjfg at googlemail.com> wrote:
> On Wed, 17 Feb 2016 21:30:20 +0700
> Muhammad Faiz <mfcc64 at gmail.com> wrote:
>
>> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001
>> From: Muhammad Faiz <mfcc64 at gmail.com>
>> Date: Wed, 17 Feb 2016 21:21:12 +0700
>> Subject: [PATCH] avfilter/src_movie: add various commands
>>
>> add seek command
>> add get_duration command
>> ---
>>  doc/filters.texi        | 24 ++++++++++++++++++++++++
>>  libavfilter/src_movie.c | 37 +++++++++++++++++++++++++++++++++++++
>>  2 files changed, 61 insertions(+)
>>
>
> Possibly it happens to work for you because there are no filters with
> much buffering and you didn't try video.
>
For video only, it doesn't work
ffplay -f lavfi "movie=video.mkv, sendcmd=c=1 movie seek -1|120000000|0"

but for video+audio, it works
ffplay -f lavfi "movie=video.mkv:s=da+dv [out1], sendcmd=c=1 movie
seek -1|120000000|0[out0]"


More information about the ffmpeg-devel mailing list