Skip to content

Instantly share code, notes, and snippets.

@josemarcosrf
Created October 10, 2020 10:13
Show Gist options
  • Save josemarcosrf/ef5e94f76d65067c2363685bbdeb25e1 to your computer and use it in GitHub Desktop.
Save josemarcosrf/ef5e94f76d65067c2363685bbdeb25e1 to your computer and use it in GitHub Desktop.
Useful FFMPEG commands
# Encode audo to acc - keep video stream as it is
ffmpeg -i <inut-video>.mp4 -c:v copy -codec:a aac <output-video>.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment