[FFmpeg-user] Hardware acceleration for converting PNGs into VP9

Klimek, Denis DKlimek at Stadtwerke-Norderstedt.de
Wed Apr 20 14:22:14 EEST 2022


Hi there,

I’ve got an question regarding conversation from multiple PNGs into a VP9 movie. Currently we are doing this job with our CPU and this is quite slow… about 2.5fps in average and we have multiple movies to create every hour.
My idea was to accelerate it via an dedicated graphic card which can be installed into our server to speed this things up.

Which graphic card can handle this work for me and which parameters or additional software pieces are required? (Vendor, Model)

My current system is an Ubuntu 22.04 LTS 64bit and this is our current command line which converts the PNGs to an VP9:
ffmpeg -y -r 4.86 -pattern_type glob -i $DIR'/*.png' -c:v libvpx-vp9 -b:v 0 -crf 30 -row-mt 1 -pix_fmt yuva420p -threads 8 -slices 16 -f webm $WORKINGDIR'/'$DIR'.webm.tmp'
(Codeline is snipped from a bash script which fills the variables with the necessary values)

Thanks for advance for any help 😊

Mit freundlichem Gruß
wilhelm.tel GmbH

Denis Klimek
Carrier Manager & Professional Network Engineer
IP-Systemtechnik
Tel:        +49 (0) 40 / 521 04 – 1049 -> Work From Home
Mobil:     +49 (0) 151 / 652 219 06

dklimek at stadtwerke-norderstedt.de
www.wilhelm-tel.de

______________________________________________

[cid:image005.png at 01D854B9.A6B5E0D0]

Postanschrift:
wilhelm.tel GmbH
Heidbergstraße 101-111
22846 Norderstedt

Geschäftsführer: Jens Seedorff, Theo Weirich
Vorsitzender des Aufsichtsrats: Christoph Mendel
Handelsregister: HRB 4216 NO, Amtsgericht Kiel
Umsatzsteuer ID: DE 81 299 7663

[ig]<https://www.instagram.com/azubiteam/>[fb]<https://www.facebook.com/wilhelmtel.norderstedt/>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 484 bytes
Desc: image003.png
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20220420/5a4ccbf5/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.png
Type: image/png
Size: 273 bytes
Desc: image004.png
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20220420/5a4ccbf5/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 2657 bytes
Desc: image005.png
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20220420/5a4ccbf5/attachment-0002.png>


More information about the ffmpeg-user mailing list