Skip to content

Commit

Permalink
download.py: Update some binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Jan 5, 2025
1 parent d3b6eef commit e95e971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions muxtools/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class Tool:
tools = [
Tool("CUETools.FLACCL.cmd", "https://github.com/gchudov/cuetools.net/releases/download/v2.2.6/CUETools_2.2.6.zip", ["flaccl"]),
# non-free builds for libfdk_aac if one so desires
Tool("ffmpeg", "https://github.com/Vodes/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.0-latest-win64-nonfree-7.0.zip", ["ffprobe"]),
Tool("mkvmerge", "https://mkvtoolnix.download/windows/releases/87.0/mkvtoolnix-64-bit-87.0.7z", ['mkvextract', 'mkvinfo', 'mkvpropedit']),
Tool("ffmpeg", "https://github.com/Vodes/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-win64-nonfree-7.1.zip", ["ffprobe"]),
Tool("mkvmerge", "https://mkvtoolnix.download/windows/releases/89.0/mkvtoolnix-64-bit-89.0.7z", ['mkvextract', 'mkvinfo', 'mkvpropedit']),
Tool("eac3to", "https://files.catbox.moe/hn9oms.7z"), # Custom package because of removed sounds and updated libFlac
Tool("x264", "https://github.com/DJATOM/x264-aMod/releases/download/r3101+20/x264-aMod-x64-core164-r3101+20.7z"),
Tool("x265", "https://github.com/DJATOM/x265-aMod/releases/download/3.5+67/x265-x64-v3.5+67-aMod-gcc12.2.1+opt.7z"),
Tool("qaac", "https://files.catbox.moe/z9q796.7z"), # 2.79 with flac, w64 and iTunes libraries included
Tool("opusenc", "https://www.rarewares.org/files/opus/opustools-0.2-20230419-x64.zip"),
Tool("opusenc", "https://www.rarewares.org/files/opus/opus-tools%200.2-34-g98f3ddc-x64.zip"),
Tool("flac", "https://github.com/xiph/flac/releases/download/1.4.3/flac-1.4.3-win.zip"),
Tool("wavpack", "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0-x64.zip")
]
Expand Down

0 comments on commit e95e971

Please sign in to comment.