Skip to content

Instantly share code, notes, and snippets.

@TomFromThePool
Created October 15, 2019 21:40
Show Gist options
  • Save TomFromThePool/8ce82197b5b2778a9d13c3618d4cc2a6 to your computer and use it in GitHub Desktop.
Save TomFromThePool/8ce82197b5b2778a9d13c3618d4cc2a6 to your computer and use it in GitHub Desktop.
//Credit to foone for their changes to this gist: https://gist.github.com/nikhan/26ddd9c4e99bbf209dd7
ffmpeg -i in.mkv -pix_fmt yuv420p -vcodec libx264 -vf scale=640:-1 -acodec aac -vb 1024k -minrate 1024k -maxrate 1024k -bufsize 1024k -ar 44100 -ac 2 -strict experimental -r 30 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment