Skip to content

Instantly share code, notes, and snippets.

View leptoid's full-sized avatar

eliforp leptoid

  • Virginia
View GitHub Profile
@leptoid
leptoid / compile-ffmpeg-nvenc.sh
Created June 16, 2020 20:10
This bash script will compile a static Ffmpeg build with NVENC and VAAPI hardware-accelerated support on Ubuntu in your home directory. You can modify the script to customize the build options as you see fit.
#!/bin/bash
#This script will compile and install a static ffmpeg build with support for nvenc un ubuntu.
#See the prefix path and compile options if edits are needed to suit your needs.
#install required things from apt
installLibs(){
echo "Installing prerequisites"
sudo apt-get update
sudo apt-get -y --force-yes install autoconf automake build-essential libass-dev libfreetype6-dev libgpac-dev \
@leptoid
leptoid / setup.md
Created May 23, 2020 13:29 — forked from rasmi/setup.md
Python development environment setup on Chromebook

Python development environment setup on Chromebook

Check for updates

Do this first!

sudo apt-get update && sudo apt-get dist-upgrade

Set root password