simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage

MIT License

Stars
321
Committers
7

Bot releases are visible (Hide)

simple-video-cutter - 0.31.0 Latest Release

Published by bartekmotyl 5 months ago

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

This is a hotfix release 🌶️

In this release:
✅ Fixed #94 Volume at 0 when opening

simple-video-cutter - 0.30.0

Published by bartekmotyl 6 months ago

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

In this release:
✅ #90 Installer & automatic upgrades
✅ Use C# nullable references in the code base (and remove all existing warnings)
✅ Upgrade dependencies (libraries) to their latest versions

simple-video-cutter - 0.29.0

Published by bartekmotyl 8 months ago

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

In this release:
✅ #15 'Previous frame' command added
✅ #88 Stop deleting the selection after cutting
✅ Welcome dialog
✅ ... and various smaller bug fixes and improvements

simple-video-cutter - 0.28.0

Published by bartekmotyl about 1 year ago

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

This is a yet another 😞 bugfix 🐞 release:
✅ Links do not work https://github.com/bartekmotyl/simple-video-cutter/issues/83

simple-video-cutter - 0.27.0

Published by bartekmotyl about 1 year ago

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

This is a bugfix 🐞 release:
✅ Incorrect size of Settings dialog - some fields not visible (e.g. ffmpeg path) https://github.com/bartekmotyl/simple-video-cutter/issues/80

simple-video-cutter - 0.26.0

Published by bartekmotyl about 1 year ago

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

The most important part of this release is major refactoring - from now on, SimpleVideoCutter uses .net 7 and latest version of corresponding libraries.

.Net 7 can be downloaded here: https://dotnet.microsoft.com/en-us/download/dotnet/7.0

WARNING! if due to some reason this version doesn't work for you, feel free to download one of earlier versions. And report your issue here (or via email to [email protected])

Also included in this release:
✅ #69 Unhandled exception when scrubbing timeline through videos shorter than 3 seconds
✅ #73 Not possible to playback outside of selection
✅ #77 Filenames become lowercase after using next/prev file
✅ #75 Support .ts files
✅ #72 allow relative path to ffmpeg

simple-video-cutter - 0.25.0

Published by bartekmotyl about 2 years ago

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

This is mainly a bugfix release:
✅ Popup preview area is freeze unexpectedly #47
✅ Long Video doesn't show up fully #63 (yet another approach to fix this problem)

simple-video-cutter - 0.24.0

Published by bartekmotyl about 2 years ago

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

This is a hot-fix release: 😱
✅ Problem when cutting AVI files https://github.com/bartekmotyl/simple-video-cutter/issues/62

simple-video-cutter - 0.23.0

Published by bartekmotyl about 2 years ago

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

This is mainly a bug fix release:
✅ Incorrect selection duration in status bar https://github.com/bartekmotyl/simple-video-cutter/issues/61
✅ Problem when processing mp4 from GoPro https://github.com/bartekmotyl/simple-video-cutter/issues/60
✅ Cut video - duration not adjusted https://github.com/bartekmotyl/simple-video-cutter/issues/59

simple-video-cutter - 0.22.0

Published by bartekmotyl over 2 years ago

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

This is mainly a bug fix release:
✅ Timeline tooltip shown incorrectly #58
✅ Possibility to customize visibility of timeline tooltip #57
✅ Simple video cutter is not visible, location saved to relative extremes in JSON? #56
✅ popup preview area is freeze unexpectedly #47

simple-video-cutter - 0.21.0

Published by bartekmotyl over 2 years ago

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)

simple-video-cutter - 0.20.0

Published by bartekmotyl over 2 years ago

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
simple-video-cutter - 0.19.0

Published by bartekmotyl over 3 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.
simple-video-cutter - 0.18.0

Published by bartekmotyl over 3 years ago

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
simple-video-cutter - 0.17.0

Published by bartekmotyl almost 4 years ago

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

In this release:

  • Changed link for automatic ffmpeg download (now it points to https://www.gyan.dev/ffmpeg/builds/)
  • Improved German translations (thanks to @ingof )
  • Include .webm on list of supported files
simple-video-cutter - 0.16.0

Published by bartekmotyl about 4 years ago

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 )
simple-video-cutter - 0.15.0

Published by bartekmotyl over 4 years ago

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

In this release:

  • Automatic download of FFmpeg
simple-video-cutter - 0.14.0

Published by bartekmotyl over 4 years ago

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)
simple-video-cutter - 0.12.0

Published by bartekmotyl almost 5 years ago

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
simple-video-cutter - 0.11.0

Published by bartekmotyl almost 5 years ago

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
Related Projects