Choose a film gauge (options are 35mm, 28mm, 16mm, 9.5mm, Super-8, and 8mm) and set one of these three parameters: the footage (in feet or metres), the duration, or the framecount. The other two parameters will thereby be calculated.
Other online film calculators exist, but I made this one because I wanted a cleaner UI - I am not fond of forms that include many input boxes, some of which are mutually exclusive.
If this calculator doesn't suit your needs, you may wish to consult Kodak's Film Calculator or Scenesavers' Film Footage Calculator.
film figures is multilingual:
🇫🇷 Disponible aussi en français et italien!
🇮🇹 Disponibile anche in italiano e francese!
film figures is a sister project to reel time, my open-reel audio duration calculator. Both projects are inspired by open-source preservation tools like ffmprovisr and Cable Bible.
Suggestions and contributions are welcome! I'm happy to receive feature requests, bug reports, code changes, translations, general comments, etc. You can submit a github issue (or pull request), or email me directly.
Dependencies:
git clone [email protected]:kfrn/film-figures.git
cd film-figures/
elm-package install
npm install -g create-elm-app
elm-app start
To run tests:
elm-app test
This web app was scaffolded using create-elm-app
and styled with assistance from Bulma.