]> code.delx.au - transcoding/commitdiff
Convert to 24fps (film) instead of 23.976fps
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 11 Aug 2013 04:30:48 +0000 (14:30 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 11 Aug 2013 04:30:48 +0000 (14:30 +1000)
fix-pal-speedup

index edac6642c8888e8b2b75e7954a37a3443cbedfa5..af1d30d3a0aa1156c8d627678eaea53fe25100bc 100755 (executable)
@@ -11,10 +11,8 @@ if [ -z "$1" -o -z "$2" ]; then
        exit 1
 fi
 
-# FORCEFPS = 24000 / 1001
-# SLOWDOWN = FORCEFPS / 25
-FORCEFPS="23.976023976023978"
-SLOWDOWN="0.9590409590409591"
+FORCEFPS="24"
+SLOWDOWN="0.96"
 
 destdir="$1"
 infile="$2"