]> code.delx.au - transcoding/commitdiff
hencode: Remove pal25fps temporary file
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 31 Dec 2016 09:07:22 +0000 (20:07 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 31 Dec 2016 09:07:58 +0000 (20:07 +1100)
hencode

diff --git a/hencode b/hencode
index a483bc96e62bf730206908cc998e0621cfd2928a..c78ff2eeb936fea4b9ca029e392039c623d4e44e 100755 (executable)
--- a/hencode
+++ b/hencode
@@ -40,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