Add octal flag
	Rename output flag to -O (most people will probably just redirect output).
	If -o is passed, use printf("%o") for octal formatting instead of %x for
	hexadecimal
---
Add GIF to README
	Add a VHS GIF to the README. Should feature normal, outputting to file,
	reading from pipe, nocolor output, and noascii output.
