unlimited-storage

YouTube filesystem tool for uploading arbitrary data to the service
git clone git://git.laack.co/unlimited-storage.git
Log | Files | Refs | README

break_up.sh (72B)


      1 #!/bin/bash
      2 rm -rf $2
      3 ffmpeg -i "$1" -vf fps=1 -c:v png "${2}out%d.png"