> -----Original Message----- > From: Guo, Yejun > Sent: Tuesday, February 25, 2020 5:15 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun <yejun....@intel.com> > Subject: [PATCH V2 3/3] avfilter/vf_dnn_processing.c: add frame size change > support for planar yuv format > > The Y channel is handled by dnn, and also resized by dnn. The UV channels > are resized with swscale. > > The command to use espcn.pb (see vf_sr) looks like: > ./ffmpeg -i 480p.jpg -vf > format=yuv420p,dnn_processing=dnn_backend=tensorflow:model=espcn.pb:in > put=x:output=y -y tmp.espcn.jpg > > Signed-off-by: Guo, Yejun <yejun....@intel.com> > --- > doc/filters.texi | 9 +++++++++ > libavfilter/vf_dnn_processing.c | 37 ++++++++++++++++++++++++++++++------- > 2 files changed, 39 insertions(+), 7 deletions(-)
this patch set asks for review, thanks. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".