Skip to content

Instantly share code, notes, and snippets.

View doniz's full-sized avatar

Donatas Navidonskis doniz

View GitHub Profile
@doniz
doniz / ffmpeg.md
Last active August 29, 2015 14:14 — forked from radavis/ffmpeg.md

Sample ffmpeg Commands

Convert to 480p

ffmpeg -i input.mp4 -s hd480 -c:v libx264 -crf 23 -c:a aac -strict -2 output.mp4

Convert to 720p via scaling, copy audio

ffmpeg -i input.mp4 \