Releases: jappeace/cut-the-crap
Releases · jappeace/cut-the-crap
Version 2.3.1 - 2020.11.05
Version 2.3.0 - 2020.11.01
- Hide extractDir from cutvideo
this is just a string, so shouldn't matter. - Better default options.
The result is cut much less aggressive making it more watchable.
These defaults are also used on videocut.org - Improve CLI docs on various options.
- Fix bug where setting a relative workdir breaks the program.
- Add better bundle support which now isn't depended on nixpkgs
releases. - Add version to help output.
Version 2.2.0 - 2020.10.28
- Add wrapper for shelly that always flushes stdout
This should make the log more consistent - Fix scrambling bug.
Previously we used the file system to organize fragment order,
now we use the silence detection list instead.
Version 2.1.2 - 2020.10.25
Fix bug where youtube-dl sometimes doesn't write .mkv files
for certain websites, such as twitch (#52).
Version 2.1.1 - 2020.10.11
- add build-tools: c2hs to fix nix build
Version 2.1.0 - 2020.10.11
- Automatic cleanup of downloaded files
This is less annoying and also useful for the hosted version. - Add static executable support
This works for all linux versions, and allows us to drop ubuntu package support. - Add default output argument (convenience for debugging)
- Expose download functions
Docs
- All shell commands run through same function
This allowed me to improve logging, which better shows what goes on. - Add better help docs for input format
We tell give hints on how to convert to mkv format. - Add default use case docs in readme.
- Fix up readme docs with new cli
Cleanup
- nix: Move upstream patch to separate file and let default.nix depend on that
- Drop support for Ubuntu
- Delete segmentsize options which was unused.
Bug fixes
- Fix development shell to use nix cabal dependencies
- Better default options that work with most videos.
- Set the merge format for youtube dl to always be mkv to prevent issue (fixing the file not found bug)
Version 2.0.0 - 2020.10.09
- Better install instructions
defaut.nix
in project root now links to ffmpeg- return parse result from
runListenCut
- Make input file and output file positional
- Add support for parsing uri and downloading automatically
Fix build issues on nixos and hackage
- Add changelog
- Try fix nixpkgs and hackage build.
- Add seperate CI target
- Change overlay to be a copy of nixpkgs
Known issues
It's unlikely the subtitle generation
will be able to find the model dir:
But this release at least fixes building,
so that editing works again.
Subtitle generation prototype
This adds a pretty major step towards detecting background noise.
If we know when someone talks we assume something interesting happens.
To do that we need to know when someone is talking, and to show I can do that I generate subtitles.
They're out of sync at the moment but the change is so big I wanted to get it in, because I'm working on the frontend right now.
I also need to make a debian binary again, but later.
Fix various bug, remove redundant code
1.3 Upgrade to new version!