This commit is contained in:
Luke Renaud 2019-11-07 07:45:04 -08:00
parent cb96ff8b3c
commit 82e028bc14

View file

@ -211,7 +211,7 @@ function dumpFonts() {
# Dumb font dump # Dumb font dump
cd "$FONTDIR" cd "$FONTDIR"
"$FFMPEG" -dump_attachment:t "" -i "${INPUT_VIDEO}" -vn -an \ "$FFMPEG" -dump_attachment:t "" -i "${INPUT_VIDEO}" -vn -an \
-f null /dev/null 2>/dev/null || /bin/true -f null -y /dev/null 2>/dev/null || /bin/true
cd "$WD" cd "$WD"
} }