Skip to content

Instantly share code, notes, and snippets.

View ericklarac's full-sized avatar
🚀
I may be slow to respond.

Erick Lara ericklarac

🚀
I may be slow to respond.
View GitHub Profile
@ericklarac
ericklarac / ffmpeg-compress-mp4
Created November 2, 2020 05:12 — forked from karltaylor/ffmpeg-compress-mp4
Compress MP4 for online content.
ffmpeg -i input.mp4 -codec:v libx264 -preset slow -b:v 1000k -maxrate 1500k -bufsize 1500k -vf scale=1080:-1 -threads 0 -codec:a libfdk_aac -b:a 128k output.mp4