#!/usr/bin/perl # # Quick script to print time in seconds of N ntsc frames (N is arg) # printf("%0.7f\n",($ARGV[0] + 0.0) / 29.97);