BELABOX / belacoder

https://www.twitch.tv/rationalirl
GNU General Public License v3.0
64 stars 29 forks source link

Question about using this project on raspberry pi 4b #2

Closed FovenX3 closed 2 years ago

FovenX3 commented 2 years ago

I successfully compile belacoder on my rpi4b, but the raspberry pi use v4l2h264enc for hardware encode. The bitrate option is hide under v4l2h264enc extra-controls="controls,h264_profile=16,h264_level=15,video_bitrate=10000000;" do I need to slightly modify the program enorder to work on rpi? Thanks!

rationalsa commented 2 years ago

We only support Jetson Nano. RPis have a very low quality H264 hardware encoder and the Arm cores are too slow to get good quality out of software encoding, it's not worth the bother to support them.