


Proof that it’s not just h264, using a vp8 file: $ ffmpeg -c:v vp8_nvv4l2dec -i big-buck-bunny_trailer.webm -f null. NvMMLiteBlockCreate : Block : BlockType = 261 Title : Big Buck Bunny, Sunflower versionĪrtist : Blender Foundation 2008, Janus Bager Kristensen 2013Ĭomment : Creative Commons Attribution 3.0 - ĭuration: 00:00:10.00, start: 0.000000, bitrate: 24563 kb/s vp9_nvv4l2dec vp9 (nvv4l2dec) (codec vp9)įor the life of me, I can’t get ffmpeg to successfully use one of these decoders. vp8_nvv4l2dec vp8 (nvv4l2dec) (codec vp8)

mpeg4_nvv4l2dec mpeg4 (nvv4l2dec) (codec mpeg4) mpeg2_nvv4l2dec mpeg2 (nvv4l2dec) (codec mpeg2video) hevc_nvv4l2dec hevc (nvv4l2dec) (codec hevc) Shows: ffmpeg version n4.2.2-15-g6878ea5a44 Copyright (c) 2000-2019 the FFmpeg developersīuilt with gcc 7 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04)Ĭonfiguration: -prefix=/usr -enable-nvv4l2dec -enable-libv4l2 -enable-shared -extra-libs='-L/usr/lib/aarch64-linux-gnu/tegra -lnvbuf_utils' -extra-cflags='-I /usr/src/jetson_multimedia_api/include/' To install the “supported” ffmpeg version. $ echo "deb-src main main" | sudo tee -a /etc/apt/sources.list $ echo "deb main main" | sudo tee -a /etc/apt/sources.list The NVIDIA ffmpeg package supports hardware-accelerated decode on Jetson platforms Jetson Nano
