Skip to content

Releases: bartekmotyl/simple-video-cutter

0.21.0

17 Feb 22:35
Compare
Choose a tag to compare

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

In this release:
✅ Hotfix: problem of not showing key frames when using ffmpeg version 5 (see #52)
🆕 Configurable size of preview popup (#43)

0.20.0

09 Feb 21:50
52ae01d
Compare
Choose a tag to compare

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

In this release:

  • 🆕 Multiple cuts
  • 🆕 Improved UI
  • 🆕 Support for key frames, lossless and re-encoding cuts. See more here

0.19.0

30 Jun 22:00
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release

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.

0.18.0

20 May 21:31
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

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

In this release:

  • Improved German translations (thanks to @tbiering )
  • Fixed #20 (thanks to @tbiering )
  • Fixed problem occurring when releasing mouse button outside of timeline (thanks to @tbiering )
  • Fixed problem with subtitles - they are no longer automatically shown even if found in the source directory
  • Upgrade to most recent version of dependent libraries

0.17.0

05 Dec 22:55
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

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

In this release:

0.16.0

01 Sep 20:49
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

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

In this release:

  • Improved Simplified Chinese translations (thanks to @TioaTyan )
  • Added .mkv to the default list of video files (issue #21)
  • Basic command line support - if argument is provided then program tries to automatically open given file (path). This enables using Simple Video Cutter in "Open with.." in Windows Explorer (issue #19 )
  • Possibility to quickly select a range from current point till the end / from the beginning till current point (issue #22 )

0.15.0

10 May 19:33
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

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

In this release:

  • Automatic download of FFmpeg

0.14.0

13 Apr 18:45
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

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

In this release:

  • Updated bundled VLC library
  • Translations into Polish, German, French, Italian, Spanish, Japanese and Chinese (simplified). Most of them are machine based, thanks to DeepL
  • Version check (notifies about new releases when available)

0.12.0

23 Dec 21:00
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

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

In this release:

  • FFmpeg profiles (possibility to provide custom FFmpeg arguments to control conversion process)
  • Saving window position and toolbars layout
  • Fixed bug related to use of {SameFolder} output file path placeholder

0.11.0

19 Dec 21:31
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

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

In this release:

  • lossless cut (ffmpeg's "-codec copy") by default;
  • possibility to use custom ffmpeg arguments; currently only by changing config file manually, in the future also configurable in UI
  • drag & drop of video files into program window
  • improved tasks list (more details), indicate error if task failed
  • {SameFolder} placeholder that allows to save generated files in the same folder where original file is located
  • 'next frame' button