Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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