Closed ben-xD closed 3 weeks ago
Maybe it's related to me using a headless version raspberry pi os. Judging by the advanced docs in building rpicam-apps, perhaps Denable_libav=disabled
was set for the library. So I built it locally with the flag enabled.
Unfortunately I get the same errors
Maybe it's related to me using a headless version raspberry pi os. Judging by the advanced docs in building rpicam-apps, perhaps
Denable_libav=disabled
was set for the library. So I built it locally with the flag enabled.
If you installed the lite
OS variant, you won't get the libav libraries installed. You can change this by doing something like:
sudo apt purge rpicam-apps-lite
sudo apt install rpicam-apps
and that should install all the libav libraries and rpicam-apps support.
Thanks I haven't been able to test it because my RPi5 was bricked after installing and building some libraries (it stopped turning on the next day). A replacement has been sent and ill test it soon :)
Closing now. Feel free to reopen if you run into any issues.
Describe the bug Reading the current docs and github issues, I see commands like
rpicam-vid --codec libav --libav-format avi --libav-audio --output example.avi
(link).However, this doesn't work, I get
ERROR: *** unrecognised option '--libav-format' ***
libav integration might not have been enable for Raspberry pi 5? There is no docs or warnings about this. It's not clear if enabling that would work for me.
Versions
Even libav is not recognised: