diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2019-12-27 16:34:15 +0800 |
---|---|---|
committer | Pedro Arthur <bygrandao@gmail.com> | 2020-01-07 10:35:59 -0300 |
commit | 04e6f8a143dc8bcec385e94a653b89c67cbaaca1 (patch) | |
tree | 7dd7e249dda4bc9459e555f481f0654af580ae1d /libavformat/mxf.c | |
parent | 742221d33917797402cd970f4f335539b38fe59c (diff) | |
download | ffmpeg-04e6f8a143dc8bcec385e94a653b89c67cbaaca1.tar.gz |
vf_dnn_processing: remove parameter 'fmt'
do not request AVFrame's format in vf_ddn_processing with 'fmt',
but to add another filter for the format.
command examples:
./ffmpeg -i input.jpg -vf format=bgr24,dnn_processing=model=halve_first_channel.model:input=dnn_in:output=dnn_out:dnn_backend=native -y out.native.png
./ffmpeg -i input.jpg -vf format=rgb24,dnn_processing=model=halve_first_channel.model:input=dnn_in:output=dnn_out:dnn_backend=native -y out.native.png
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
Diffstat (limited to 'libavformat/mxf.c')
0 files changed, 0 insertions, 0 deletions