# convert2mpx **Repository Path**: givemesix/convert2mpx ## Basic Information - **Project Name**: convert2mpx - **Description**: 转换成mp3或者mp4 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-26 - **Last Updated**: 2026-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 音频格式转换器 - Audio Converter 支持 WAV、NCM(网易云音乐)转换为 MP3 的跨平台桌面工具。 ## 功能特性 - 🎵 **多格式支持**: WAV、NCM 文件转换为 MP3 - ⚙️ **码率选择**: 128k / 192k / 256k / 320k - 📁 **灵活输入**: 支持单文件和文件夹批量转换 - 📂 **输出位置**: 三种模式可选(默认原目录MP3子文件夹) - 📊 **进度显示**: 整体转换进度 - 🌐 **跨平台**: Windows 和 macOS ## 安装依赖 ### 1. 安装 FFmpeg(必需) **Windows (PowerShell):** ```powershell winget install Gyan.FFmpeg ``` **macOS:** ```bash brew install ffmpeg ``` ### 2. 安装 Python 依赖 ```bash pip install pydub ``` ## 运行 ```bash python main.py ``` ## 技术栈 - **GUI**: tkinter(Python 内置,无需安装) - **音频处理**: pydub + FFmpeg - **NCM解密**: 内置实现