mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2025-08-04 05:00:11 +00:00
commit
1b758cb627
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