On Thu, Feb 18, 2016 at 01:22:58AM +0700, Muhammad Faiz wrote:
> On Wed, Feb 17, 2016 at 10:20 PM, wm4 <nfx...@googlemail.com> wrote:
> > On Wed, 17 Feb 2016 21:30:20 +0700
> > Muhammad Faiz <mfc...@gmail.com> wrote:
> >
> >> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001
> >> From: Muhammad Faiz <mfc...@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"

this is because lavfi doesnt have AVFMT_TS_DISCONT set and ffplay
expects no discontinuity in that case.

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to