A bin folder, holding helpfull scripts and commands
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ffmpeg2mp4_169 81B

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