Skip to content

Instantly share code, notes, and snippets.

@s0racat
Last active March 23, 2026 04:21
Show Gist options
  • Select an option

  • Save s0racat/b26b9c0a51e47b1d78baa064e41fcb8e to your computer and use it in GitHub Desktop.

Select an option

Save s0racat/b26b9c0a51e47b1d78baa064e41fcb8e to your computer and use it in GitHub Desktop.
ffmpeg圧縮コマンドライン
ffmpeg -i "input.mp4" -c:v libx264 -crf 23 -preset medium -vf scale=1280:-2 -c:a aac -b:a 128k output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment