From: James Bunton Date: Sun, 28 Feb 2016 12:39:57 +0000 (+1100) Subject: hencode: fix PAL24FPS properly X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/e247a1e2cf69b07ae76b38467c169e3178ace40c hencode: fix PAL24FPS properly --- 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