Skip to content

Instantly share code, notes, and snippets.

@ryanmarin
Created November 12, 2018 18:18
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/a8ef8cc5d7d8f9b74b2abd4d8b8b696a to your computer and use it in GitHub Desktop.
Save ryanmarin/a8ef8cc5d7d8f9b74b2abd4d8b8b696a to your computer and use it in GitHub Desktop.
When I...
./ffmpeg -i rtmp://localhost/live/abcd -c:v libx264 -c:a aac -preset ultrafast -f rtmp://asdasdad
I get a steady 29fps.
However when I use my pass-through filter
./ffmpeg -i rtmp://localhost/live/abcd -filter_complex "[0:a][0:v]feed[outa][outv]" -map "[outv]" -map "[outa]" -c:v libx264 -c:a aac -preset ultrafast -f rtmp://asdasdjak
I get 10fps and a speed of 0.41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment