[FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review
Ulf Zibis
Ulf.Zibis at CoSoCo.de
Tue Mar 19 21:57:25 EET 2019
Am 19.03.19 um 17:31 schrieb Carl Eugen Hoyos:
>> $ debug/fillborders.sh
>> Test[0] ======> 3-plane 8-bit YUV-colour: CYD_1005.jpg <======
>> ./ffmpeg-p1 : CYD_1005.jpg --> ZZ_CYD_1005_mirror-0-0-5-5.jpg
> This does not look like a command line
The command line is in the script file debug/fillborders.sh.
This echo comment line with ./ffmpeg-p1 means that the following runs
were done with the build from patch 1 and with ./ffmpeg-2 from patch 2
for comparison.
> but to avoid the encoding
> time, "-f null -" can be used.
You mean this as answer for using the -benchmark option? Thanks for the
hint. But the CPU time for the decoding would still be there, which i'm
afraid, it will too much overflow the little CPU time for the filter.
>> 122670 decicycles in fillborders=0:0:5:5:mirror 3p-8bit-1x1,
>> 1 runs, 0 skips
> One run is not good.
I did 6 runs for each command line pattern by loop in
debug/fillborders.sh (included in vf_fillbd_benchmark_2.patch).
> Either use the loop option to filter the same frame again and
> again or feed a video to ffmpeg.
Ok, I'll try this.
-Ulf
More information about the ffmpeg-devel
mailing list