Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Created April 11, 2022 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehdichaouch/11cdb024f76213f30571b8ff13080703 to your computer and use it in GitHub Desktop.
Save mehdichaouch/11cdb024f76213f30571b8ff13080703 to your computer and use it in GitHub Desktop.
πŸŽžοΈπŸ—œοΈ H.265 (HEVC) Video Compression using ffmpeg on Linux
ffmpeg -i VID_20210627_164901.mp4 -c:a copy -c:v libx265 -vtag hvc1 VID_20210627_164901_x265.mp4

for bulk check here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment