etro-js / etro

Typescript video-editing framework for the browser
https://etrojs.dev
GNU General Public License v3.0
899 stars 86 forks source link

Specify that `frameRate` is the max fps in movie method docstrings #226

Open clabe45 opened 1 year ago

clabe45 commented 1 year ago

I recently found out that the frameRate option to Movie.stream() and Movie.record() specifies the max frames per second in the stream/recording (see here and here). The methods' docstrings imply that it is the constant fps.