Commit 53bf32fa authored by Harshit Mittal's avatar Harshit Mittal Committed by Michael Niedermayer

doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the filters

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 24e0b14c
......@@ -38,7 +38,10 @@
#include <libavfilter/buffersrc.h>
#include <libavutil/opt.h>
const char *filter_descr = "scale=78:24";
const char *filter_descr = "scale=78:24,transpose=cclock";
/* other way:
scale=78:24 [scl]; [scl] transpose=cclock // assumes "[in]" and "[out]" to be input output pads respectively
*/
static AVFormatContext *fmt_ctx;
static AVCodecContext *dec_ctx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment