Releases: pathartl/BananaSplit
Releases · pathartl/BananaSplit
BananaSplit 3.3.0
What's Changed
- Feature/rename settings by @ricardosabino in #35
- Updated bundled ffmpeg to
2023-05-31-git-baa9fccf8d
Full Changelog: v3.2.1...v3.3.0
BananaSplit 3.2.1
What's Changed
- Fixed potential crash when loading a file on Windows 11 (Fixes #27)
- Fixed checkbox click not working by @ricardosabino in #30
- Add MKVMerge split, recursive directory add by @cjmanca in #28
- Option to use MKVMerge to split the files to avoid re-encoding.
- Now recursively scans sub-directories when adding.
- Adds support for drag/dropping directories.
- Fixed blackframe options being ignored.
- Added option for pixel threshold.
- Options screen elements anchored properly to allow resizing.
- Fixed: Split should happen mid way through black transition.
New Contributors
Full Changelog: v3.1.0...v3.2.0
BananaSplit 3.1.0
3.1.0
- Added support for drag and drop files
- Added support to delete files with delete key
- Fixed possible crash
- Fixed cursor not changing to the right icon
(Thanks to ricardosabino for his pull request!)
BananaSplit 3
BananaSplit has been ported to .NET Core 3.1 (using WinForms) and boasts some improvements:
- ffmpeg arguments are now customizable from the settings menu
- It's now easier to pick where the splits/transitions exist
- The offset for generating the reference frame (thumbnail) is now customizable
- Frame detection is more granular and more reliable
- Instead of reencoding files, you can now choose to generate chapters in the resulting Matroska file (useful for later reencoding or playback with some players)
- No longer built on Electron, so performance should be somewhat better