]> code.delx.au - transcoding/blobdiff - hencode
hencode: HandBrake should use English by default
[transcoding] / hencode
diff --git a/hencode b/hencode
index efe68aa748e8aea24f0ba22d544cccbb11fe4610..a483bc96e62bf730206908cc998e0621cfd2928a 100755 (executable)
--- a/hencode
+++ b/hencode
@@ -31,12 +31,13 @@ set -x
 HandBrakeCLI \
     --encoder x264 --x264-preset slow --quality 20 --loose-anamorphic \
     --aencoder "${AENCODER:-fdk_aac}" --mixdown 7point1 --aq 3 \
+    --audio-lang-list eng \
     --subtitle scan --subtitle-forced \
     --markers \
     "$@"
 
 
-if [ -n "$PAL24FPS" ]; then
+if [ "$PAL24FPS" -eq 1 ]; then
     mv "$OUTPUTFILE" "pal25fps $OUTPUTFILE"
     "${THIS_DIR}/fix-pal-speedup" "pal25fps $OUTPUTFILE" "$OUTPUTFILE"
 fi