11-02-2021, 07:07 PM
(This post was last modified: 11-02-2021, 07:08 PM by CounterPillow.)
The example you posted doesn't decode the stream at all. It stream copies the mjpeg into an mp4 container. This is not a valid way to test whether you are hardware decoding.
What you want is something like
ffmpeg -i video.mp4 -hwaccel drm -f null -
This will decode the intput video.mp4 with the hwaccel, and just throw away the output (decoded) data. (note the - at the end, that's required)
What you want is something like
ffmpeg -i video.mp4 -hwaccel drm -f null -
This will decode the intput video.mp4 with the hwaccel, and just throw away the output (decoded) data. (note the - at the end, that's required)
Occasional Linux Kernel Contributor, Avid Wiki Updater, Ask Me About Quartz64
Open Hardware Quartz64 Model A TOSLink Adapter
Pi-bus GPIO Extender For ROCKPro64 And Quartz64 Model A
Plebian GNU/Linux