X-Git-Url: https://code.delx.au/transcoding/blobdiff_plain/e247a1e2cf69b07ae76b38467c169e3178ace40c..267f424a9f427cd7c5fc88c4eda66281cebe8283:/hencode diff --git a/hencode b/hencode index 35dfb5e..c78ff2e 100755 --- a/hencode +++ b/hencode @@ -31,6 +31,7 @@ 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 \ "$@" @@ -39,4 +40,5 @@ HandBrakeCLI \ if [ "$PAL24FPS" -eq 1 ]; then mv "$OUTPUTFILE" "pal25fps $OUTPUTFILE" "${THIS_DIR}/fix-pal-speedup" "pal25fps $OUTPUTFILE" "$OUTPUTFILE" + rm "pal25fps $OUTPUTFILE" fi