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.
我有一个 video/webm;codecs=vp9 格式的文件,想将其转换为 .flac 音频格式?
这可能吗?
谢谢
是的,可以通过 ffmpeg 安装它。您需要安装它,然后在您的终端中执行 ffmpeg -i audio.webm -c:a flac audio.flac