Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 SOX 剪切某些 mp3,将它们转换为不同的格式并为文件添加淡入淡出。
它适用于 mp3 到 mp3,但是当我尝试将其从 MP3 转换为 m4r 时,我收到错误消息:“sox FAIL 格式:文件扩展名‘m4r’没有处理程序”。
我在 Windows 中使用 SOX,所以我如何在 SOX 上安装 ffmpeg 包,以便它知道如何处理 m4r 格式?
在同一台机器上,我可以使用 ffmpeg 从 mp3 转换为 m4r 就好了。ffmpeg 不提供 FADE 音频,这很糟糕。
您可以下载并安装 ffmpeg 库 for audacity,然后将 avcodec-52.dll avformat-52.dll avutil-50.dll swscale-0.dll 复制到 sox 安装目录。因此,您可以将 sox 用作:
sox -t ffmpeg youFile.wma yourFile.wav