Releases: mmguero/monkeyplug
Releases · mmguero/monkeyplug
v2.1.9
v2.1.8
v2.1.7
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
v2.1.5
v2.1.4
Release v2.1.3
Update beep defaults, closes #6.
Release v2.1.2
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
More improvements for --beep feature for #6
Release v2.1.0
Added --beep option (see #6).