Charlie Lee
Charlie Lee
Reimplement playback speed adjustment. However make this a slider that's adjust the percentage rather than correlated to frame rate
* This happens because Redux doesn't seem to have the next frame number. * Possible solution is to move the frame name calculation of the capture middleware
Reimplement the "conform take" feature which rename all of the captured frame files to be sequential. This allows FFmpeg to correctly parse the image sequence when exporting video. It is...
Should reimplement the ability to delete captured frames * An undo last frame button should be shown when capturing * A delete the current frame button should be shown when...
Reimplement the rule of thirds and grid guide options. * The current approach overlays SVGs over the preview area. See if this is still the best option * CSS clip...
The ability to zoom the preview area in and out in both playback and capture mode should exist. The zoom can be controlled via the mousewheel or `ctrl+`, `ctrl-` and...
Should add an X-Sheet style grid view of the timeline in the sidebar. * comments should be editable * ability to plan out frames beyond the last captured one *...
Should be able to save project files from the application. Save are triggered when... * Adding/removing a take * Selecting "Yes" when prompted to save on closing a take *...
The `.baproject` file extension should be registered with the shell to enable opening Boats Animator projects straight from the file explorer. It should also be possible to drag a file...
The open project button in the launcher should allow you select a `.baproject` file to open previously created takes. * This will then show a screen a list of the...