Last active
March 23, 2026 04:21
-
-
Save s0racat/b26b9c0a51e47b1d78baa064e41fcb8e to your computer and use it in GitHub Desktop.
ffmpeg圧縮コマンドライン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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