Skip to content

Releases: jappeace/cut-the-crap

Version 2.3.1 - 2020.11.05

05 Nov 11:11
Compare
Choose a tag to compare
  • Fix ssl cert check failure for the bundle. We disable it.
  • Fix final segment being cut off.

Version 2.3.0 - 2020.11.01

01 Nov 19:44
Compare
Choose a tag to compare
  • 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

28 Oct 17:26
Compare
Choose a tag to compare
  • 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

25 Oct 18:20
Compare
Choose a tag to compare

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

11 Oct 18:33
Compare
Choose a tag to compare
  • add build-tools: c2hs to fix nix build

Version 2.1.0 - 2020.10.11

11 Oct 18:31
Compare
Choose a tag to compare
  • 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

09 Oct 22:03
Compare
Choose a tag to compare
  • 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

30 Aug 14:41
Compare
Choose a tag to compare
  • 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:

#45

But this release at least fixes building,
so that editing works again.

Subtitle generation prototype

01 Aug 22:31
d2b99d5
Compare
Choose a tag to compare

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

24 Jul 21:22
Compare
Choose a tag to compare
1.3

Upgrade to new version!