Skip to content

Instantly share code, notes, and snippets.

@marcbln
Last active January 22, 2023 06:30
Show Gist options
  • Save marcbln/9b10a2cebf95ca88a0bf51f3e9d8d5f5 to your computer and use it in GitHub Desktop.
Save marcbln/9b10a2cebf95ca88a0bf51f3e9d8d5f5 to your computer and use it in GitHub Desktop.
ffmpeg -re -i ./video.mp4 \
-acodec libvo_aacenc -ar 44100 -b:a 128k -pix_fmt yuv420p -profile:v baseline -s 1280x720 -bufsize 6000k -vb 400k -maxrate 1500k -deinterlace \
-vcodec libx264 -preset veryfast -g 30 -r 30 -f flv "rtmp://live-api-s.facebook.com:80/rtmp/THE-SECRET-KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment