Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 575 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 575 Bytes

where-tube

where tube?

Experiments in YouTube misery.

Dependencies

  • zbarimg
  • convert
  • qrencode
  • ffmpeg

Usage

Single QR per frame

$ cd single

Encoding

$ ./file2qr < input
$ ./frames2mp4 output.mp4

Decoding

$ dir=output_dir ./mp42frames input.mp4
$ qr2file output_dir/*.png > output

Multiple QRs per frame ("mosaic")

$ cd multi

Encoding

$ ./encode output.mp4 < input

Decoding (WIP)

$ ./decode input.mp4 > output