Created
March 26, 2024 10:24
-
-
Save zkitefly/690466a071bbd570318ebb15db4523c8 to your computer and use it in GitHub Desktop.
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.exe -i "我们采访了AMD的CEO Lisa Su,和她聊了聊AI!.mp4" -vf scale=320:240 output.mp4 | |
ffmpeg.exe -i output.mp4 -ac 1 -ar 22050 -r 25 -block_size 882 output.amv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment