-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
Also - Shifts all app.config settings to a central config file - Modified app.config to read from shared settings file - adjusts .gitattributes to better handle binaries in lib - [BREAKING] AbstractAudioUtility now throws if exit code is not 0 - [BREAKING] mp3splt is now an optional dependency
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
The binaries you download here should work on as many systems as possible. | ||
|
||
We can utilise so called static builds. | ||
|
||
When adding a new binary check that our supported platforms documentation matches | ||
what the binary is capable of running on. | ||
|
||
# FFMPEG notes | ||
|
||
Download from here: | ||
https://ffmpeg.zeranoe.com/builds/ | ||
|
||
Choose a stable version, 64-bit builds only, and choose "Shared" linking. | ||
The shared linking option saves on space, otherwise all resources are embedded into all | ||
executables. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Don't include the `presets` or `docs` folder for ffmpeg | ||
|
||
Don't include the `wget` or docs for SoX | ||
SoX no longer includes an mp3 encoder by default. Make sure to include copies | ||
of the MAD (libmad and libmad-0) libraries. |