A bin folder, holding helpfull scripts and commands
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ffmpeg2mp4_169 81B

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