Quick Start Guide - jhogsett/EMA-VFI-WebUI GitHub Wiki
Frame Interpolation
- Drag and drop, or click to upload Before Frame and After Frame PNG files
- Set Split Count to choose the number of new Between Frames
- Each split doubles the frame count
- Click Interpolate
- The Animated Preview panel will show a GIF of the original and newly created frames
- The Download box gives access to
- Animated GIF
- ZIP of original and interpolated frames
- TXT report
Frame Search
- Drag and drop, or click to upload Before Frame and After Frame PNG files
- Choose a Lower Bound and Upper Bound for the search
- The values must be between 0.0 and 1.0
- Set Search Precision per the desired timing accuracy
- Low is faster but can lead to a poorly-timed frame
- High produces near-perfect results but takes longer
- Click Search
- The Found Frame panel will show the new frame
- The Download box gives access to
Video Inflation
- Set Input Path to a directory on this server to the PNG files to be inflated
- Set Output Path to a directory on this server for the inflated PNG files
- Output Path can be left blank to use the default folder
- The default folder is set by the
config.directories.output_inflation
setting
- Set Split Count for the number of new between frames
- The count of interpolated frames is computed by this formula:
- F=2**S-1, where
- F is the count of interpolated frames
- S is the split count
- Click Inflate Video
- Frame Interpolation is done between each pair of frames
- New frames are created according to the split count
- The original and new frames are copied to the output path
- When complete, the output path will contain a new set of frames