On Tue, Oct 25, 2016 at 14:24:34 +0800, qw wrote: > I have one question about some rare usage for avfilter graph:
Wrong list for usage. > Sometimes, I want to change the setting in avfilter graph. For > example, fps filter is used to set output frame rate, and it's > expected that fps can be changed in accordance to real needs. > Sometimes, fps is set to 25, and later 15 as network bandwidth is not > good. Is it possible that avfilter graph updates its setting in > realtime, such as fps in fps filter, and widthxheight in scale > filter? Have a look at the zmq filter. I gave an example here: http://lists.ffmpeg.org/pipermail/ffmpeg-user/2016-September/033776.html It seems it doesn't actually work for the fps filter (patch perhaps welcome). Good luck, Moritz P.S.: Syntax for two parameters: Something like echo 'Parsed_scale_1 width 600 height 400' | tools/zmqsend P.P.S.: I recall some patch for actually changing the filter *graph* (i.e. chain(s)) during runtime, don't know where, or what happened. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel