[FFmpeg-devel] [PATCH 1/1] New helper expr for the select filter

2018-02-06 Thread bmathew
Added a new expr/function get(n, filename) in libavutil/eval.c that is meant to be used in conjunction with the select filter and greatly enhances the generality of the select filter. The select filter as it exists now can be used to selectively enable frames during transcoding. e.g.:

[FFmpeg-devel] [PATCH 0/1] New helper expr for the select filter

2018-02-06 Thread bmathew
Added a new expr/function get(n, filename) in libavutil/eval.c that is meant to be used in conjunction with the select filter and greatly enhances the generality of the select filter. The select filter as it exists now can be used to selectively enable frames during transcoding. e.g.: