Created
December 14, 2024 14:01
-
-
Save seaque/1712615ec8b340a0b7e139ce467a56db to your computer and use it in GitHub Desktop.
FFmpeg very low quality meme material output.
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 in.mp4 -c:v libx264 -vf scale="192:144" -b:v 50k -c:a libopus -ac 1 -ar 16000 -b:a 8K out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment