Skip to content

bigredwill/Interpolator

Repository files navigation

Interpolator

An Electron UI for creating video from image sequences. Ability to use AI image interpolation to increase frame rate.

Project started with Electron Forge.

Development

  • start development npm start

Building Distributables

  • npm run make
  • More information can be found here

Loading Images in Electron

Electron provides some guard rails to prevent unsafe things from happening. This makes it difficult to interact with images in your file system, ie, `.

Attempting to load that file:// image will fail because of Electron's web security settings. So, we can either disable that, or, define a protocol to passthrough to the filesystem. This overrides just the insecure file loading without disabling the rest of what Electron does for securing the app.

Finally, for streaming media sources, like video, we need to set up protocol.registerSchemesAsPrivileged

About

An Electron UI for creating video from image sequences. Ability to use AI image interpolation to increase frame rate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors