Skip to content

Instantly share code, notes, and snippets.

@ryanmarin
Created November 5, 2018 21:26
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 ryanmarin/7adbfec209c359296eb5dbfb4df96f9e to your computer and use it in GitHub Desktop.
Save ryanmarin/7adbfec209c359296eb5dbfb4df96f9e to your computer and use it in GitHub Desktop.
./ffmpeg -f lavfi -i testsrc=rate=30 -filter_complex "anullsrc[a];testsrc=rate=30[v]" -map "[v]" -map "[a]" -f flv <rtmp>
Results in high FPS.
frame= 6789 fps=672 q=10.2 Lsize= 15829kB time=00:03:46.30 bitrate= 573.0kbits/s speed=22.4x
Why if I set rate on testsrc?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment