Skip to content

Instantly share code, notes, and snippets.

@abhi-io
Created February 28, 2021 04:32
Show Gist options
  • Save abhi-io/7e9116df8383d3510be9566c96eaa8ee to your computer and use it in GitHub Desktop.
Save abhi-io/7e9116df8383d3510be9566c96eaa8ee to your computer and use it in GitHub Desktop.
##this is in for loop for testing purpose
for i in {1..100000}; do ffmpeg -re -i VIDEO-FILE.mp4 -vcodec libx264 -vprofile baseline -g 30 -acodec aac -strict -2 -f flv rtmp://IP:1935/stone1/age2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment