A bin folder, holding helpfull scripts and commands

ffmpeg2mp4 68B

123
  1. #!/bin/sh
  2. #
  3. ffmpeg -i $1 -vcodec libx264 -crf 18 -tune animation $2