Added readme and makefile

This commit is contained in:
Niles Rogoff 2016-09-20 00:34:50 -04:00
parent 9e387dc323
commit c11f0ea46a
2 changed files with 7 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
echo "Did you change the number of images in the makefile from 901?"
png2yuv -I p -f 20 -b 0 -n 901 -j '%03d-b.png' > test.yuv
vpxenc --good --cpu-used=0 --auto-alt-ref=1 --lag-in-frames=16 --end-usage=vbr --passes=2 --threads=2 --target-bitrate=3000 -o vpxenc --good --cpu-used=0 --auto-alt-ref=1 --lag-in-frames=16 --end-usage=vbr --passes=2 --threads=2 --target-bitrate=3000 -o test.webm test.yuv

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# theme-preview
The least efficient and most useless method of previewing a theme before installing it you've ever seen. I mostly did this to keep on top of my python and shell scripting skills.