Hi
I want to use hardware acceleration.
[****]
[Jetson Xavier]
[CUDA 10.2]
I met some problem but followed below the link and solved.
https://forums.developer.nvidia.com/t/jetson-tx2-and-ffmpeg-cant-initialize-nvrm-channel/165629/5
https://forums.developer.nvidia.com/t/hardware-accelerated-video-playback-with-l4t-ffmpeg/154019/7
And I used this command.
'ffmpeg -c:vh264_ntv4l2dec -i [input] [output]'
Run at ‘nvdec’ 700 MHz but do not use GPU.
So I looked into it (using GPU) and saw a post saying that Jetson Xavier doesn’t support hardware acceleration using GPU.
Summary
- difference between -hwaccel cuda option and nvdec.
- How can I use GPU to accelerate hardware if it’s true that it’s not supported and if it’s false.
Best regards.
