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.
我正在尝试将 dss 音频文件转换为 wav 格式,但在转换时出现错误“处理输入时发现无效数据”。
我使用下面的命令行:
ffmpeg.exe -i "Source filepath" "destination filepath"
谢谢