Hi All!
I want to use my Raspberry Pi 5 with USB camera LG Brio.
At the moment, I'm not able to use ffmpeg to record the video without use high CPU.
my only option right now is to use the following arguments:The downside is that the video file is raw and has compression at all. So it's impossible to use it with reasonable size of the video file.
I read about hardware acceleration features with ffmpeg but was unable to find a manual to walk me through it?
Do you have an idea about how to use Raspberry Pi 5 to record full HD videos with reasonable size and CPU usage?
I want to use my Raspberry Pi 5 with USB camera LG Brio.
At the moment, I'm not able to use ffmpeg to record the video without use high CPU.
my only option right now is to use the following arguments:
Code:
ffmpeg -f v4l2 -framerate 30 -video_size 1920x1080 -c:v mjpeg -i /dev/video0 -codec copy left.mp4
I read about hardware acceleration features with ffmpeg but was unable to find a manual to walk me through it?
Do you have an idea about how to use Raspberry Pi 5 to record full HD videos with reasonable size and CPU usage?
Statistics: Posted by erez8 — Thu Jun 20, 2024 11:12 am