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

to_vid.sh (109B)


      1 #!/bin/bash
      2 
      3 ffmpeg -pattern_type glob -framerate 1 -i "$1*.png" -vf "scale=426:240" -c:v ffv1 $2/output.mkv