Skip to content

Instantly share code, notes, and snippets.

@cxjava
cxjava / compile-ffmpeg.sh
Created June 23, 2020 03:56 — forked from wildrun0/compile-ffmpeg.sh
Compiling ffmpeg for Raspberry Pi 4
#!/bin/bash
# Note that there's no libdrm because this lib cause errors
sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install \
autoconf \
automake \
build-essential \
@itsdogtime
itsdogtime / demo.py
Last active August 6, 2022 20:15
automatically record and archive CPMA demos
import subprocess
import os
import re
import glob
import shutil
import datetime
user = ""
base_dir = ""
cpm_dir = base_dir + ""