cut-the-crap 1.4.1 → 1.4.2
raw patch · 2 files changed
+12/−3 lines, 2 files
Files
- Changelog.md +4/−1
- cut-the-crap.cabal +8/−2
Changelog.md view
@@ -1,6 +1,9 @@ # Change log for cut-the-crap -## Version 1.4.1 - 2020.08.01+## Version 1.4.2 - 2020.08.31+- add c2hs to build tools so we don't need to modify nixpkgs++## Version 1.4.1 - 2020.08.30 - Add changelog - Try fix nixpkgs and hackage build. - Add seperate CI target
cut-the-crap.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 460c4ab2daa37b762effdcec95bf2957aa7f9a24e28ad1a544215ac47db9da3a+-- hash: 1691afc2c7f5ffdaccba0cc99cb49f19c204ab772b4f3d5412758a6a5748fcb7 name: cut-the-crap-version: 1.4.1+version: 1.4.2 synopsis: Cuts out uninteresting parts of videos by detecting silences. description: Cut the crap is an automatic video editing program for streamers. It can cut out uninteresting parts by detecting silences. This was inspired by [jumpcutter](https://github.com/carykh/jumpcutter), where this program can get better quality results by using an (optional) dedicated microphone track. This prevents cutting of [quieter consonants](https://youtu.be/DQ8orIurGxw?t=675) for example. Using ffmpeg more efficiently also produces faster results and is less error prone. category: video@@ -45,6 +45,8 @@ pkgconfig-depends: pocketsphinx , sphinxbase+ build-tools:+ c2hs build-depends: base >=4.7 && <5 , exceptions@@ -77,6 +79,8 @@ pkgconfig-depends: pocketsphinx , sphinxbase+ build-tools:+ c2hs build-depends: base >=4.7 && <5 , cut-the-crap@@ -121,6 +125,8 @@ pkgconfig-depends: pocketsphinx , sphinxbase+ build-tools:+ c2hs build-depends: QuickCheck , base >=4.7 && <5