Skip to content

Instantly share code, notes, and snippets.

@arieljannai
Last active December 13, 2017 06:51
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 arieljannai/71792131d67918c0d39af719c0ba5461 to your computer and use it in GitHub Desktop.
Save arieljannai/71792131d67918c0d39af719c0ba5461 to your computer and use it in GitHub Desktop.
ffmpeg commands
ffmpeg -i movie.mov -vcodec h264 -acodec aac -strict -2 movie.mp4
ffmpeg.exe -i movie.mp4 -vf scale=854:480 movie_2.mp4
ffmpeg.exe -i audio -acodec libmp3lame audio.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment