This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (*) |
NewerOlder