Skip to content

Instantly share code, notes, and snippets.

@nooitaf
Created August 21, 2015 04:24
Show Gist options
  • Save nooitaf/4718650b8071b06b734f to your computer and use it in GitHub Desktop.
Save nooitaf/4718650b8071b06b734f to your computer and use it in GitHub Desktop.
ffmpeg mp4 encoding
ffmpeg
-loglevel verbose
-re
-i input.mp4
-preset:v veryfast
-vf scale=640:360
-vcodec libx264
-vprofile baseline
-acodec libmp3lame
-ar 44100
-ac 1
-f mp4 (or) flv
output.mp4 (or) rtmp://localhost:1935/hls/movie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment