Blog
About Me
Twitter
Gitlab
bruno.verachten.fr
Articles regarding my daily work and my tinkering at home
Videos here
!
« Prev
1
2
3
4
5
6
7
8
Next »
Terminal recording on the OrangePi Zero
Terminal recording on the OrangePi Zero
How to use the GPIO on the OrangePi Zero running Armbian
How to see it’s still alive (UART)
Compile FFmpeg on the Odroid XU4 to get hardware acceleration
```bash sudo apt-get build-dep ffmpeg
Use x.264 hardware encoding on an OrangePi Zero running Armbian
```bash cd /usr/src/linux wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.17.tar.xz && xz -d linux-4.20.17.tar.xz && tar -xf linux-4.20.17.tar && rm linux-4.20.17.tar armbian-config install kernel source cp linux-source-5.3.9-sunxi64/.config linux/linux-4.20.17 cd linux && git clone https://github.com/uboborov/sunxi-cedar-mainline cd...
Stream For Cheap With RK3399 #3 - Compile RockChip's FFMPEG fork
In part two of this series, I compiled the master branch of ffmpeg on the OrangePi RK3399, with the hope we would get hardware acceleration automagically and failed. Now, let’s...
Compile GCC 9.X on the RK3399
Using https://solarianprogrammer.com/2016/10/07/building-gcc-ubuntu-linux/
« Prev
1
2
3
4
5
6
7
8
Next »