如何使用ffmpeg转换声音文件
我正在从Homebrew运行ffmpeg v2.8.1,并尝试转换 听得见 文件,但有一些技巧我失踪了。 此命令产生此错误输出。 ffmpeg -activation_bytes 1CEB00DA -i Volume1.aax -vn -c:a copy output.mp4 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc9a4010600] [aax] file checksum == d72f1f04e3c73d0bc68e742db1bc69b58dc3a500 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc9a4010600] [aax] mismatch in checksums! [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc9a4010600] error reading header Volume1.aax: Invalid data found when processing input 我知道文件没问题,因为它在iTunes中播放。我也有嵌入文件图像/封面的艺术品, 从ffmpeg文档中,我读到了 Audible AAX文件是加密的M4B文件 ,并且可以通过指定4字节激活密钥来解密它们。 我假设 - 可能是错误的 …