Re: [FFmpeg-devel] [PATCH 1/2] vf_dnn_processing: remove parameter 'fmt'

2020-01-07 Thread Pedro Arthur
Em sex., 27 de dez. de 2019 às 05:42, Guo, Yejun escreveu: > > 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 >

[FFmpeg-devel] [PATCH 1/2] vf_dnn_processing: remove parameter 'fmt'

2019-12-27 Thread Guo, Yejun
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