Fixing gnommo
This commit is contained in:
+3
-3
@@ -8,13 +8,13 @@
|
||||
# Options:
|
||||
# --replace Delete original files after successful transcoding
|
||||
# --dry-run Show what would be transcoded without doing it
|
||||
# --crf <N> Quality level (default: 23, lower=better quality, 18-28 typical)
|
||||
# --crf <N> Quality level (default: 20, lower=better quality, 18-28 typical)
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
# Configuration
|
||||
DEFAULT_CRF=23
|
||||
DEFAULT_CRF=18
|
||||
EXTENSIONS=("mov" "mp4" "m4v" "avi" "mkv" "mxf")
|
||||
|
||||
usage() {
|
||||
@@ -44,7 +44,7 @@ Examples:
|
||||
$(basename "$0") ./media/videos # Transcode folder (smallest first)
|
||||
$(basename "$0") ./media/videos --dry-run # Preview only
|
||||
$(basename "$0") ./media/videos --replace # Transcode and delete originals
|
||||
$(basename "$0") ./media/videos --crf 20 # Higher quality
|
||||
$(basename "$0") ./media/videos --crf 18 # Higher quality
|
||||
|
||||
EOF
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user