Skip to content

Releases: jniemann66/ferocious

v2.1.3 : various GUI improvements including smoother progress indication

06 Sep 14:49
Compare
Choose a tag to compare

v2.1.3

  • incorporated ReSampler 2.0.8 binaries
  • incorporated Qt 5.13.1 libraries
  • change colour of stderr converter output to light green instead of red
  • smoother progress bar when converting (needs ReSampler >= 2.0.8)
  • various GUI tweaks and bugfixes

v2.1.2: GUI behavior improvements

09 Mar 00:46
Compare
Choose a tag to compare
  • improvement: when final output format is not a format that ReSampler understands, use the available bit formats of the .wav format (and default to 16 bit)
  • Improvement: click on "Browse OutFile" now opens 'select output directory' when in multi-file mode.
  • added context menu to right-click on Browse OutFile button

v2.1.1: fixed typo in 'about' menu

19 Aug 12:38
Compare
Choose a tag to compare

v2.1.1: fixed typo in 'about' menu #2

(thanks Barough)

v2.1.0: Added Capability to configure additional external converters besides ReSampler

15 Aug 10:00
Compare
Choose a tag to compare

Ferocious 2.1.0

This release introduces the new Converter Configuration dialog, which allows a potentially unlimited number of external command-line converters to be added to handle additional formats.

The parameters for a few of these (notably mp3 and m4a) are included in the default settings.
(Of course, the user must supply the converter binaries themselves)

Converter Configuration Dialog

v2.0.7: Added Recursive Directory Traversal and Mock Conversions

25 Apr 07:14
Compare
Choose a tag to compare

Ferocious v2.0.7

  • Can now recursively traverse files in a directory tree and preserve the directory structure in the output
  • Mock (Trial) conversions for doing test/practice runs before converting for real
  • Fixed bug with kinetic scrolling interfering with Scroll-Bar
  • Added "Select entire directory ..." option upon right-click of 'Browse ...' Button
  • Now accepts combinations of input directories and input files from drag-and-drop, and preserves directory structure in output.
    ferocious-converter.zip
    ferocious-converter64.zip

v2.0.6: minor bug fixes and improvements

10 Apr 11:46
Compare
Choose a tag to compare

Ferocious v2.0.6

  • prevent dither-related options from being emitted when dither is not activated
  • when copying command-line to clipboard, put quotes around filename if it contains parentheses (to improve compatibility with pasting into bash etc.)
  • discriminate between stout and stderr output received from ReSampler
  • incorporated ReSampler v2.0.6 windows binaries
    ferocious-converter.zip
    ferocious-converter64.zip

v2.0.4: Reorganized menu structure, and aligned options with ReSampler v2.0.4

25 Feb 03:39
Compare
Choose a tag to compare

Ferocious v2.0.4

Changed menu structure as follows:

image

Advanced Dither Options changed to Dither Options

the following options were moved to Advanced Options :

Enable Clipping Protection
Enable Multi-Threading
Multi-Stage Conversion
Use a Temp File

All of the above four options are enabled by default, and it is recommended to leave them enabled unless you have a specific reason not to.

  • ReSampler v2.0.4 (compiled with Visual Studio) included

v2.0.3: Added Drag-and-Drop for input files

20 Jan 00:50
Compare
Choose a tag to compare

Files can now be dropped on the "Input Files" Box, or the Multi-line filename editor box (launched with the '...' button inside the Input Files box).

dragdrop-toinputfile
Drag and drop to 'Input Files'

dragdrop-tomultifileedit
Drag and drop to Input Files multi-line editor

Ferocious v2.0.2

30 Dec 04:50
Compare
Choose a tag to compare

Update: Fixed incorrect dlls included in distribution !

  • Incorporated latest ReSampler 2.0.2 binary in bundle
  • added menu option to switch between multi-stage and single-stage ReSampler mode
  • rebuild with Qt 5.9.3

Ferocious v1.3.6

23 Jun 22:28
Compare
Choose a tag to compare

Ferocious v1.3.6

  • incorporated latest ReSampler binaries in bundle
  • added menu option to set custom LPF cutoff frequency and transition width
  • Allowed screen resizing
  • rebuild with Qt5.8
  • fixed font sizes (smaller fonts for radio buttons - were rendering too big on Linux). Also increased length of labels
  • set filter in "find converter" according to OS. (Windows expects 'ReSampler.exe' and Linux expects 'ReSampler')