Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ResoFL

HTML5   CSS3   JavaScript

Read in Russian

A standalone, precision micro-utility for synchronizing video editing (frames) and audio production (centiseconds).
No third-party software — everything in one small, fully autonomous HTML file.

👉 Try it online

⚡️ Why does this exist?

Besides programming, I also do video editing and music creation. For my project ideas, I need to align audio and video down to the smallest units. And here's the problem: in FL Studio, the smallest unit of time is not a millisecond (ms), but a centisecond (cs). In DaVinci Resolve, the smallest unit is a frame, which depends on the project's FPS. So a need arose for some calculation automation + I had barely done any HTML layout before, so I hacked together this little page with all the features I wanted.

⚙️ Features

  • Accurate frame/centisecond conversion calculations depending on FPS
  • Russian or English language selection directly on the page
  • Light and dark theme switching directly on the page
  • Saving selected language and theme locally on your computer
  • On every launch or theme switch, the page background changes to a random gradient matching the current color scheme
  • Pure vanilla HTML/CSS/JS. Negligible file size.

🛠 How to run

Visit the website

  1. Here is the site - https://shikei4.github.io/resofl/

Run locally

  1. Download the index.html file.
  2. Double-click to launch in any browser.
  3. Bookmark the tab.

🦾 Author

Developed in 2026 for personal use.

  • Author: Sh!kei
  • License: GNU General Public License v3.0.