Test file (1.7 Gb, 30 seconds 4k, 60 fps, bt709):


https://web.archive.org/web/20250727093440/https://terra-1-g.djicdn.com/851d20f7b9f64838a34cd02351370894/630sample/Nature072-A006C0035_230328_4U1Q.mov


ffmpeg git commit


commit 7043522fe07b4678de59e01f987de8f2f46d40a2

configure line:

guest@slax:/dev/shm/ffmpeg$ ./ffmpeg
ffmpeg version N-120778-g7043522fe0 Copyright (c) 2000-2025 the FFmpeg developers
  built with gcc 11.2.0 (GCC)
  configuration: --enable-opencl --disable-debug --enable-libx265 --enable-libx264 --enable-gpl --enable-libplacebo --enable-vulkan --enable-libshaderc --enable-libzimg --enable-libaom --enable-libdav1d --enable-libsoxr --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-gnutls --enable-libass --enable-libbluray --enable-libcdio --enable-frei0r --enable-libgsm --enable-openal --enable-libopus --enable-librtmp --enable-libsnappy --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp
  libavutil      60. 19.101 / 60. 19.101
  libavcodec     62. 21.100 / 62. 21.100
  libavformat    62.  6.103 / 62.  6.103
  libavdevice    62.  2.100 / 62.  2.100
  libavfilter    11. 10.101 / 11. 10.101
  libswscale      9.  3.100 /  9.  3.100
  libswresample   6.  2.100 /  6.  2.100
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'

====

So, it works with ./ffplay -hwaccel vulkan file

and it also works (at 30 fps) 

./ffmpeg -hwaccel vulkan -i file -f null /dev/null

without -hwaccel it decodes at 10-12 fps (32-bit AMD FX 4300) and full cpu load. (there is much smaller cpu load for Vulcan decoding case).

full page with bigger samples:

https://web.archive.org/web/20250920123334/https://www.dji.com/inspire-3/samples

found via Kodi user forum. May not work in Russia without using archive.org (I tried and it errored for me first).