Scale and resize video for Twitter scheduling on Later preserving quality as much as possible

PHOTO EMBED

Thu Oct 21 2021 02:35:25 GMT+0000 (Coordinated Universal Time)

Saved by @micheleong #ffmpeg #later

ffmpeg -i VIDEO_IN -vcodec libx264 -crf 24 -filter:v scale=1024:-1 -acodec aac -ab 128k VIDEO_OUT.mp4
content_copyCOPY

Run on command line.