github bartekmotyl/simple-video-cutter v0.19.0
0.19.0

latest releases: v0.31.0, v0.30.0, v0.29.0...
pre-release3 years ago

Release 0.19.0 of simple-video-cutter.
License: MIT

In this release:

  • Fixed #39 - possibility to store configuration file in a separate, writable directory

⚠️ WARNING - breaking change! ⚠️

Starting from this release, default location of configuration file is user's local AppData folder (usually C:\Users\<username>\AppData\Local\SimpleVideoCutter) which is expected always be writable. Feel free to copy over your previous configuration file if necessary.

Additionally, there are three new command line options available that control placement of the configuration file:

  • --configCurrentFolder - in the same folder where exe file is located (old behavior)
  • --configLocalApplicationData - in the AppData\Local folder (this is now the default)
  • --configApplicationData - in the AppData\Roaming folder (this means the file is copied when user logs in on another machine in domain environment). Please note this option may be useful only if ffmpeg path points to a shared resource as well (e.g. network drive) or it is expected ffmpeg is always installed in the same place on all machines.

Don't miss a new simple-video-cutter release

NewReleases is sending notifications on new releases.