Skip to content

1.7.0.0

Compare
Choose a tag to compare
@NeilHarbin0 NeilHarbin0 released this 17 Mar 20:30
· 14 commits to master since this release

Features

  • Added a new save option to generate batch scripts that support dragging and dropping videos or directories to apply the current settings to them and place the outputs in a SHINY subdirectory
  • New status bar label to display color information of the last clicked pixel, right click to copy
  • New export option to overlay selected frames using alpha blending

Improvements

  • Added animated png as a quick selection option for saving
  • Added alpha threshold to gif output creation at 25% instead of 50% to ensure substantially visible content is not lost in conversion
  • When fed with command line arguments for a file, file open and save dialog initial directories will be changed to match
  • Removed intermediate file creation step as things like mp4 decimate and trim with speed changes no longer seem to need this extra step
  • Automatically load output file if it replaces currently loaded file

Changes

  • Changed the 4 manual crop textboxes in the crop status context menu to a single textbox containing the entire crop filter argument
  • Changed autocrop contract alpha allowance to 64 to match animated gif output threshold
  • Updated .NET framework target to 4.6.2

Fixes

  • Fixed webm transparency not reading on load, and being lost on save
  • Fixed animated png output defaulting to not loop
  • Fixed pop-up from failed outputs not showing text past the banner information
  • Fixed converting to animated gif from files that contain partial transparency causing the output gif to be oversaturated
  • Fixed webp outputs having very poor quality, and not looping by default
  • Fixed custom playback speed having an upper limit of 2.999
  • Fixed being unable to save over the currently loaded video
  • Overwriting the currently loaded file, but canceling the manual entry form or failing the ffmpeg call will now cause the name to be restored
  • Fixed checked item of rotation dropdown not properly reflecting the currently selected item
  • Fixed cropping with width or height being equal to the content causing no crop to occur
  • Fixed various places in the application where it may be possible to set the crop size larger than the content, leading to unusable outputs
  • Fixed inaccurate progress bar while exporting frames
  • Fixed frame export failing due to missing # in name
  • Fixed a few situations where frame export could fail due to numbers in file path
  • Fixed autocrop expand not fully expanding if no consistent bounds were found
  • Fixed an issue where the first default subtitle may end up spanning the entire video
  • Fixed trim slider movement affecting subtitle times when the subtitle form is not open
  • Fixed issues with the subtitle form not synchronizing the UI properly if lines were long enough to be wrapped