From: James Bunton Date: Sun, 11 Aug 2013 04:30:48 +0000 (+1000) Subject: Convert to 24fps (film) instead of 23.976fps X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/48a35c1d3b975e17d4fd002145855c561cbddd46 Convert to 24fps (film) instead of 23.976fps --- diff --git a/fix-pal-speedup b/fix-pal-speedup index edac664..af1d30d 100755 --- a/fix-pal-speedup +++ b/fix-pal-speedup @@ -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"