Skip to content

Releases: mmguero/monkeyplug

v2.1.9

27 Jan 00:25
d2ed509

Choose a tag to compare

v2.1.8

18 Jan 04:50
d761fc4

Choose a tag to compare

v2.1.8

v2.1.7

14 Jan 05:33
85cca30

Choose a tag to compare

Added new arguments for specifying output audio bitrate (affects aac, libmp3lame, libopus, and ac3 output codecs) and libvorbis qscale value.

  -r <str>, --bitrate <str>
                        Audio output bitrate (default: 256K)
  -q <int>, --vorbis-qscale <int>
                        qscale for libvorbis output (default: 5)

Also fixed some annoyances with determining the output format based first on the explicitly specified format, then on the output filename extension, then on the input filename extension, in that order of precedence.

v2.1.6

07 Oct 20:16
89f3626

Choose a tag to compare

v2.1.6

v2.1.5

05 Jun 04:42
f09505b

Choose a tag to compare

improvements to audio output options

  • added wav as an output format
  • set default audio sample rate for all formats to 48000
  • allow overriding audio sample rate via command-line parameter

v2.1.4

10 Feb 14:22
6bd1898

Choose a tag to compare

Added ability to specify torch threads for whisper.

Release v2.1.3

30 Aug 02:08
955272f

Choose a tag to compare

Update beep defaults, closes #6.

Release v2.1.2

29 Aug 05:37
95bafb1

Choose a tag to compare

Expose all of the ffmpeg amix filters for the --beep option (#6):

  -b [true|false], --beep [true|false]
                        Beep instead of silence
  -h <int>, --beep-hertz <int>
                        Beep frequency hertz (default: 1000)
  --beep-mix-normalize [true|false]
                        Normalize mix of audio and beeps (default: True)
  --beep-audio-weight <int>
                        Mix weight for non-beeped audio (default: 4)
  --beep-sine-weight <int>
                        Mix weight for beep (default: 1)
  --beep-dropout-transition <int>
                        Dropout transition for beep (default: 0)

Release v2.1.1

29 Aug 05:14
1cbee94

Choose a tag to compare

More improvements for --beep feature for #6

Release v2.1.0

29 Aug 04:52
d02d3f9

Choose a tag to compare

Added --beep option (see #6).