mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-11-10 06:00:12 +00:00
Add livereencoder
This commit is contained in:
parent
748579346a
commit
58bd7072e4
15
livereencoder.sh
Normal file
15
livereencoder.sh
Normal file
@ -0,0 +1,15 @@
|
||||
echo "Live Re-encoder for low bandwidth"
|
||||
echo "By Mueller Minki"
|
||||
echo "Wrapper script by ScarlettPPC"
|
||||
|
||||
echo "Enter YouTube/TikTok/media link:"
|
||||
read _link
|
||||
|
||||
echo "Enter quality (low, mid or high):"
|
||||
read _quality
|
||||
|
||||
|
||||
echo http://muellers-software.org/live-encode/video/mp4-h264.php?quality=${_quality}&url=${_link}
|
||||
curl "http://muellers-software.org/live-encode/video/mp4-h264.php?quality=${_quality}&url=${_link}" | ffplay -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user