Releases: OPS-Solutions/SimpleVideoEditor
1.3.0.0
-Improvement- Scene scores will now render immediately to the seek bar with partial data as the information is received, acting as an additional loading indicator
-Improvement- Save button will now be enabled sooner if there are no trim settings present, or if the current trim range is within the loaded acceptable range
-Improvement- Decreases the load time required to allow trimming by grabbing accurate frame times from scene score calculation
-Improvement- Decreases performance requirements when user clicks many locations on the seek bar by deferring requests until the last has completed
-Improvement- Increased default thumbnail height from 10 to 32 pixels to improve clarity at the cost of some additional memory use
-Fix- Fixed videos with displaymatrix rotation properties temporarily loading with the wrong aspect ratio
-Improvement- Changed temporary folder name, and added new cleanup routine on open and close for it
-Feature- Added prompt for temporary concatenation when opening multiple video files of the same type
-Improvement- When opening multiple image files, SVE may now ask to copy and rename the selected files temporarily with a proper pattern
1.2.3.0
-Fix- Fixed some videos not being loadable if they did not define a sample aspect ratio
-Improvement- Changed pixel offset of preview to better align low resolution thumbnail images to the edges of the view
-Improvement- Updated release signing to EV
1.2.2.0
-Fix- Fixed FPS option not working at all, instead attempting to apply as playback speed increase
-Fix- Fixed caching all frames, particularly when using auto crop features, re-caching all frames, instead of ignoring already cached frames, wasting a large amount of resources
-Fix- Fixed autocrop contract not caching any frames if there were any non-cached frames
-Fix- Fixed autocrop contract failing to contract if slight color variations were detected in the corners of any attempted crop frame
-Fix- Fixed autocrop contract contracting very slightly too far
-Fix- Fixed autocrop inaccuracy caused by content smaller than 288 pixels in height being loaded at higher resolutions
-Fix- Fixed autocrop expand expanding one pixel too far
-Fix- Fixed autocrop expand giving a semi-permanent loading cursor if the expansion attempt failed because of no crop region
-Improvement- Low resolution images will now upscale using NearestNeightbor interpolation
-Fix- Fixed instances where the application would crash trying to load video content that reported ptstime of nan
-Fix- Fixed improperly loading videos reporting pixel aspect ratios aside from 1:1
1.2.1.0
-Fix- Fixed #15 where file permission failures on update did not give clear options to the user
-Improvement- Added progress bar for auto crop features
-Improvement- Changed auto crop expand to multi-stage expansion and inter-frame expansion to better fit content containing large portions of background color
-Fix- Fixed being unable to export frame 0 due to an exception related to the progress bar
-Fix- Fixed an exception being throw when using auto crop features without already having a crop region created
1.2.0.0
Features
-Feature- Redirected stdout and stderr which will be copied to a message box in the event of a failure to generate the output file
-Feature- Added custom playback speed option in playback speed context menu
Changes/Improvements
-Change- Removed dithering from gif generation
-Change- Forced palette generation for any gif creation
-Improvement- The last attempted output will no longer be reset each time the save button is pressed, maintaining the last attempted file name, location, and selected extension
Fixes
-Fix- Fixed an issue where odd crop sizes could cause failure to generate a proper output file
-Fix- Fixed multi-stage gif creation causing poor frame pacing and incorrect output framerate if the starting file had a frame rate unsupported by gifs
-Fix- Fixed playback volume not being selectable
-Fix- Fixed multi-stage file creation causing loss of trim precision
-Fix- Fixed frame index being draw under the preview image, causing it to sometimes be hidden
-Fix- Fixed save failure never changing from the loading cursor back to default
1.1.0.74
-Fix New(1.1.0.73)- Fixed color key being automatically set to Lime by default and when cleared
1.1.0.73
-Improvement- Drag drop to open a file will no longer ask for confirmation for a single file if no file is currently open
-Improvement- Exporting images no longer freezes the UI, and instead uses the wait cursor and has progress indicated by a progress bar in the bottom right corner
-Fix New(1.1.0.65)- Fixed crop precision being off by 1 compared to what was displayed
-Improvement- Preview now displays result of rotation setting
-Fix- Fixed crop output not being correct when exporting images
-Improvement- Rotation setting is now applied to image exports
-Improvement- Export frame, frames, and audio will now all open the folder with the resulting files
1.1.0.65
-Fix- Fixed an issue where not moving the trim sliders would cause the output video to have no duration, being completely unusable
-Fix- Fixed crop size slightly changing when resizing due to rounding error
-Feature- Copy to clipboard, or load from clipboard, crop information
1.1.0.62
-Fix- Fixed some interface issues that could occur after trying to open something that could not be opened
-Fix- Fixed controls being enabled too early if the file was short enough to be fully cached
-Improvement- Seek bar ticks now render at a height of 1 if thumbnail frames have not been extracted
-Improvement- Auto crop features no longer cause all frames to be cached, only the selected range
-Fix- Fixed the interface being stuck with a loading symbol if the final preview frame failed to be grabbed
-Fix- Fixed re-adjustment due to videos not having their total frames reported properly not properly re-adjusting the seek bar maximum
-Improvement- Increased the number of frames to check for at the end of the videos for videos that have their total frame number misreported
-Improvement- Improved caching speed by up to 20% by storing data received by ffmpeg, and only temporarily converting it to a bitmap in memory when necessary
-Fix- Fixed trimming sometimes including an extra frame at the end of the video
1.1.0.46
-Fix- Fixed an issue that could occur when trying to export frames without cropping first
-Fix- Fixed a problem where using certain combinations of editing could cause a collection of images to save as a single image instead of a video
-Fix- Fixed attempting to load images from a directory that included a number in any of the folder names causing a failure to load anything at all