Skip to content

Instantly share code, notes, and snippets.

@Zubnix
Created May 28, 2017 21:20
Show Gist options
  • Save Zubnix/6aea4b2c817e239a8abdf6669d0074bf to your computer and use it in GitHub Desktop.
Save Zubnix/6aea4b2c817e239a8abdf6669d0074bf to your computer and use it in GitHub Desktop.
ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s <width>x<height> -i pipe:0 -vcodec libx264 -g 1 -an -reset_timestamps 1 -probesize 200000 -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet -f mp4 pipe:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment