Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Created January 10, 2023 22:07
Show Gist options
  • Save jaonoctus/809bc09b5aa17ebaf8f9f798fd0f2ca3 to your computer and use it in GitHub Desktop.
Save jaonoctus/809bc09b5aa17ebaf8f9f798fd0f2ca3 to your computer and use it in GitHub Desktop.
# with audio
ffmpeg -i video1.mp4 -vcodec libx264 -acodec aac video1_h264.mp4
# without audio
ffmpeg -i video1.mp4 -vcodec libx264 -an video1_h264.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment