From e247a1e2cf69b07ae76b38467c169e3178ace40c Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 28 Feb 2016 23:39:57 +1100 Subject: [PATCH] hencode: fix PAL24FPS properly --- hencode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hencode b/hencode index efe68aa..35dfb5e 100755 --- a/hencode +++ b/hencode @@ -36,7 +36,7 @@ HandBrakeCLI \ "$@" -if [ -n "$PAL24FPS" ]; then +if [ "$PAL24FPS" -eq 1 ]; then mv "$OUTPUTFILE" "pal25fps $OUTPUTFILE" "${THIS_DIR}/fix-pal-speedup" "pal25fps $OUTPUTFILE" "$OUTPUTFILE" fi -- 2.39.2