Skip to content

Instantly share code, notes, and snippets.

View EwoutH's full-sized avatar

Ewout ter Hoeven EwoutH

View GitHub Profile
@EwoutH
EwoutH / encoder-commands-20191008.txt
Created October 8, 2019 10:22
Encoder Linux compile and benchmark commands
sudo apt-get update;
sudo apt-get install -y build-essential git cmake make yasm wget mercurial cmake-curses-gui nasm;
sudo apt-get install -y -qq gcc-8 g++-8;
export PATH=$PATH:/usr/bin/
wget -O sintel.y4m https://media.xiph.org/video/derf/y4m/sintel_trailer_2k_1080p24.y4m
wget -O netflix-10b.y4m https://media.xiph.org/video/derf/ElFuente/Netflix_FoodMarket2_4096x2160_60fps_10bit_420.y4m
sudo rm -rf x265
@EwoutH
EwoutH / gist:b762f3d87670bc41ec1899d23e24403e
Created April 13, 2019 10:59
rav1e cargo dependencies
rav1e v0.1.0 (C:\projects\rav1e)
├── arg_enum_proc_macro v0.1.1
│ ├── proc-macro2 v0.4.27
│ │ └── unicode-xid v0.1.0
│ ├── quote v0.6.12
│ │ └── proc-macro2 v0.4.27 (*)
│ └── syn v0.15.30
│ ├── proc-macro2 v0.4.27 (*)
│ ├── quote v0.6.12 (*)
│ └── unicode-xid v0.1.0 (*)