Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peranakanfrancis/c4c7be28db9bfa34d1557489dbf59f89 to your computer and use it in GitHub Desktop.
Save peranakanfrancis/c4c7be28db9bfa34d1557489dbf59f89 to your computer and use it in GitHub Desktop.
Simple hacks to Convert & Compress media files
### Compress MP4
`ffmpeg -i $INPUT_FILE -c:v libx265 -preset fast -crf 28 -tag:v hvc1 -c:a eac3 -b:a 224k $OUTPUT_FILE`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment