mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
typo
This commit is contained in:
@@ -33,7 +33,7 @@ encode() {
|
|||||||
echo "mkvpropedit \"$OUTPUT\" --add-track-statistics-tags" >> "$ENCODE_FILE"
|
echo "mkvpropedit \"$OUTPUT\" --add-track-statistics-tags" >> "$ENCODE_FILE"
|
||||||
echo "mkvpropedit \"$OUTPUT\" --edit info --set \"title=\"" >> "$ENCODE_FILE"
|
echo "mkvpropedit \"$OUTPUT\" --edit info --set \"title=\"" >> "$ENCODE_FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$PRINT_OUT" == "true" ]];
|
if [[ "$PRINT_OUT" == "true" ]];
|
||||||
then
|
then
|
||||||
cat "$ENCODE_FILE"
|
cat "$ENCODE_FILE"
|
||||||
@@ -94,7 +94,7 @@ while getopts "$OPTS" flag; do
|
|||||||
usage
|
usage
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
GRAIN="film-grain=${OPTARG}::film-grain-denoise=1"
|
GRAIN="film-grain=${OPTARG}:film-grain-denoise=1:"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "wrong flags given"
|
echo "wrong flags given"
|
||||||
|
|||||||
Reference in New Issue
Block a user