[FFmpeg-devel] [RFC][WIP][PATCH] avfilter: add luascript filter
Paul B Mahol
onemda at gmail.com
Wed Feb 3 15:08:56 CET 2016
On 2/3/16, wm4 <nfxjfg at googlemail.com> wrote:
> I'm not sure if I understand the implications. Do you have an example
> file?
It just proof of concept, nothing useful yet.
This one is able to load single source like movie/amovie/testsrc2 and
give output frames.
I already wrote code that naively parse filtergraphs where you call
filters like this:
lavfi.filter(nil , "movie", "options", { movie_out });
lavfi.filter({ movie_out } , "vflip", nil, { outpads });
The thing is I need to do lot more for actual scripting support.
More information about the ffmpeg-devel
mailing list