Prepare the videos by converting them with ffmpeg
ffmpeg -i 'some input file.mp4' -target [pal-dvd or ntsc-dvd] output.mpg
| function unzlib { | |
| exec 9<&0 | |
| printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" | cat - ${1:-/dev/fd/9} | gzip -dc | |
| } | |
| function zlib { | |
| cat ${1:-/dev/stdin} | gzip -c | tail -c +9 | |
| } |
~/.oh-my-zsh/themes/.ZSH_THEME in ~/.zshrc to agnoster-lightsolarized-light| # Qt qmake integration with Google Protocol Buffers compiler protoc | |
| # | |
| # To compile protocol buffers with qt qmake, specify PROTOS variable and | |
| # include this file | |
| # | |
| # Example: | |
| # BITSIZE = $$system(getconf LONG_BIT) | |
| # if (contains(BITSIZE, 64)) { | |
| # LIBS += /usr/lib/x86_64-linux-gnu/libprotobuf.so | |
| # } |