mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
2 Commits
439c922680
...
803dd81764
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
803dd81764 | ||
|
|
b2de469c0e |
@ -93,7 +93,7 @@ cmd compressvideo ${{
|
||||
converted_files_count=0; #notify-send variable
|
||||
|
||||
echo "Compression Rate? (default: 31, maximum: 50)";
|
||||
read compressionRate;
|
||||
read -N 2 compressionRate;
|
||||
|
||||
#If not a number (e.g. empty), give default 31 value
|
||||
if ! [[ $compressionRate =~ ^[0-5][0-9]$ ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user