Skip to content

Instantly share code, notes, and snippets.

@muxlux
muxlux / ola-install.sh
Last active January 23, 2020 18:16
OLA on RPI w/FTDI Support
#!/bin/bash
sudo apt update
sudo apt upgrade
sudo apt-get install automake libtool bison flex libcppunit-dev libprotobuf-dev libprotoc-dev protobuf-compiler protobuf-c-compiler uuid-dev libmicrohttpd-dev libftdi-dev
sudo apt-get build-dep ola
mkdir ola
cd ola
wget https://github.com/OpenLightingProject/ola/archive/0.10.7.tar.gz
tar xvfz 0.10.7.tar.gz
cd ola-0.10.7
@muxlux
muxlux / ffmpeg_batch_convert_prores
Last active September 21, 2019 19:10
navigate to directory containing .mp4, .avi, .etc
for i in *.MP4; do ffmpeg -i "$i" -c:a aac -b:a 128k -c:v prores_ks -profile:v 3 "${i%.MP4}.mov"; done
@muxlux
muxlux / cheap_1080p_hdmi_capture.md
Created April 1, 2019 20:59 — forked from Juul/cheap_1080p_hdmi_capture.md
How to get a $33 HDMI capture and H264 encoder

This is a guide for how to get a $33 HDMI capture device and H264 encoder that can do 1080p 30 fps or 720p 60 fps. It will only output a H264 encoded stream and is not able to capture the raw HDMI data.

This is just a quick guide based on all the hard work and info from danman's blog post.

Buying

Go to ebay, aliexpress or similar and find a LKV373A sender. It is sold as a device for extending HDMI over ethernet cable. You only need to buy the sender, not the pair of sender and receiver. The sender is actually an HDMI capture and encoder device. It should cost ~$33 shipped.

Updating the firmware