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
> format=bgr24,dnn_processing=model=halve_first_channel.model:input=dnn_in:
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.jp