X-Git-Url: https://code.delx.au/transcoding/blobdiff_plain/d0f9f681128690bd70b4db38291686250ec50a79..e247a1e2cf69b07ae76b38467c169e3178ace40c:/hencode 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