Skip to content

Instantly share code, notes, and snippets.

View Hao-Wu's full-sized avatar
💻
Focusing

Hao Wu Hao-Wu

💻
Focusing
View GitHub Profile
@Hao-Wu
Hao-Wu / gist:c6a3d0dbdf4ed8f34cd7b42ff7114d55
Created February 26, 2018 10:30
FFMPEG compress mp4 video file to specific width with the same aspect ratio
ffmpeg -i input.mp4 -vf scale=302:-1 -vcodec h264 -acodec aac output.mp4