diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a200ae5 --- /dev/null +++ b/Makefile @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5655d3d --- /dev/null +++ b/README.md @@ -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.