Created
February 28, 2021 04:32
-
-
Save abhi-io/7e9116df8383d3510be9566c96eaa8ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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