Skip to content

Installation Guide

SpaceSquare640 edited this page Jul 10, 2026 · 1 revision

Installation Guide

Language / 語言 / 语言: English · 繁體中文 · 简体中文


English

1. Download

Go to the Releases page and download one of:

  • *-setup.exe — NSIS installer (smaller download, recommended)
  • *.msi — MSI installer (useful for managed/enterprise deployment)

Both install the exact same app; ffmpeg and the Python engine are bundled inside — you don't need to install anything else.

2. Install & launch

Run the installer and follow the prompts. Launch Multimedia Downloader from the Start Menu when done.

On first launch you'll see four tabs: Video Download, Music Download, Format Conversion, Run Log.

3. Download a video or audio file

  1. Open the Video Download (or Music Download) tab.
  2. Paste one or more URLs, one per line.
  3. Pick a format/quality and a save folder.
  4. Click Start Download — progress and logs appear live.

4. Convert a file

  1. Open the Format Conversion tab.
  2. Add file(s) via drag-and-drop or the file picker.
  3. Pick the target format and output folder.
  4. Click Start Convert.

5. Set up the AI Assistant (optional)

⚠️ The AI Assistant currently errors at runtime in v4.0.0 — a fix is scheduled for v4.1. See FAQ.

  1. Click the ✨ AI Assistant button (or Ctrl/Cmd+K).
  2. Open Settings and paste your own OpenRouter API key — it's stored only on your device, never sent anywhere but OpenRouter.
  3. Describe a task in plain language, e.g. "Convert every .mov in this folder to mp4".
  4. Review the generated plan — nothing runs until you click Confirm.

Cookie-gated platforms

Some sites (Douyin, private TikTok/Instagram) need a login cookie:

  • Easiest: pick the browser you're logged into from the dropdown — the app reads its cookies automatically.
  • Manual: export cookies.txt with a browser extension and point the app at it.

Building from source

See the Version4.0 README for developer build instructions (Rust, Node, Python required).


繁體中文

1. 下載

Releases 頁面 下載其中一個:

  • *-setup.exe — NSIS 安裝檔(較小,推薦)
  • *.msi — MSI 安裝檔(適合企業/受管理部署)

兩者裝出來的 app 完全相同;ffmpeg 與 Python 引擎皆已內建,不需要另外安裝任何東西。

2. 安裝與啟動

執行安裝檔並依提示完成。完成後從開始選單啟動 Multimedia Downloader

首次啟動會看到四個分頁:影片格式下載音樂格式下載格式轉換程式運行日誌

3. 下載影片或音訊

  1. 開啟「影片格式下載」(或「音樂格式下載」)分頁。
  2. 貼上一個或多個網址,每行一個。
  3. 選擇格式/畫質與存放資料夾。
  4. 點擊「開始下載」——進度與日誌即時顯示。

4. 轉換格式

  1. 開啟「格式轉換」分頁。
  2. 拖放或點選加入檔案。
  3. 選擇目標格式與輸出資料夾。
  4. 點擊「開始轉換」。

5. 設定 AI 助手(選用)

⚠️ v4.0.0 版本中 AI 助手目前運行時會出錯,修復排入 v4.1。見 FAQ

  1. 點擊 ✨ AI 助手 按鈕(或按 Ctrl/Cmd+K)。
  2. 到「設定」貼上你自己的 OpenRouter API Key——僅存於本機裝置,除了 OpenRouter 外不傳送給任何人。
  3. 用自然語言描述任務,例如「把這個資料夾內所有 .mov 轉成 mp4」。
  4. 檢查產生的計畫——按下「確認」前不會執行任何動作

需要登入的平台

部分平台(抖音、私人 TikTok/Instagram)需要登入 Cookie:

  • 最簡單:從下拉選單選擇你已登入的瀏覽器,app 會自動讀取其 Cookie。
  • 手動:用瀏覽器擴充功能匯出 cookies.txt,再指定給 app。

從原始碼建置

開發者建置說明見 Version4.0 README(需 Rust、Node、Python)。


简体中文

1. 下载

Releases 页面 下载其中一个:

  • *-setup.exe — NSIS 安装包(较小,推荐)
  • *.msi — MSI 安装包(适合企业/受管理部署)

两者安装出来的 app 完全相同;ffmpeg 与 Python 引擎均已内置,不需要另外安装任何东西。

2. 安装与启动

运行安装包并按提示完成。完成后从开始菜单启动 Multimedia Downloader

首次启动会看到四个标签页:视频格式下载音乐格式下载格式转换程序运行日志

3. 下载视频或音频

  1. 打开「视频格式下载」(或「音乐格式下载」)标签页。
  2. 粘贴一个或多个网址,每行一个。
  3. 选择格式/画质与存放文件夹。
  4. 点击「开始下载」——进度与日志实时显示。

4. 转换格式

  1. 打开「格式转换」标签页。
  2. 拖放或点选添加文件。
  3. 选择目标格式与输出文件夹。
  4. 点击「开始转换」。

5. 设置 AI 助手(可选)

⚠️ v4.0.0 版本中 AI 助手目前运行时会出错,修复排入 v4.1。见 FAQ

  1. 点击 ✨ AI 助手 按钮(或按 Ctrl/Cmd+K)。
  2. 到「设置」粘贴你自己的 OpenRouter API Key——仅保存于本机设备,除 OpenRouter 外不发送给任何人。
  3. 用自然语言描述任务,例如「把这个文件夹内所有 .mov 转成 mp4」。
  4. 检查生成的计划——按下「确认」前不会执行任何动作

需要登录的平台

部分平台(抖音、私人 TikTok/Instagram)需要登录 Cookie:

  • 最简单:从下拉菜单选择你已登录的浏览器,app 会自动读取其 Cookie。
  • 手动:用浏览器扩展导出 cookies.txt,再指定给 app。

从源代码构建

开发者构建说明见 Version4.0 README(需 Rust、Node、Python)。