Skip to content

Instantly share code, notes, and snippets.

@Kambaa
Forked from recursivecodes/ivs-ffmpeg-webcam-mic.sh
Created January 12, 2023 18:05
Show Gist options
  • Save Kambaa/3cb42eeee9834d6a1261fe49fabed94f to your computer and use it in GitHub Desktop.
Save Kambaa/3cb42eeee9834d6a1261fe49fabed94f to your computer and use it in GitHub Desktop.
$ ffmpeg \
-f avfoundation \
-video_size 1920x1080 \
-framerate 30 \
-i "2:2" \
-c:v libx264 \
-b:v 6000K \
-maxrate 6000K \
-pix_fmt yuv420p \
-r 30 \
-s 1920x1080 \
-profile:v main \
-preset veryfast \
-g 120 \
-x264opts "nal-hrd=cbr:no-scenecut" \
-acodec aac \
-ab 160k \
-ar 44100 \
-f flv \
$DEMO_STREAM_INGEST_ENDPOINT/$DEMO_STREAM_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment