gpt4 book ai didi

FFMPEG : How to transcode Attached Picture (APIC) from source mp3 file to destination mp3 file using FFMPEG?

转载 作者:行者123 更新时间:2023-12-04 23:00:58 24 4
gpt4 key购买 nike

我的输入文件为 02.mp3。我想将其更改为具有一定比特率的 mp3 文件。这样做时,我想保留所有元数据和 APIC,与图像对应的附加图片也应传输到目标文件。我正在使用 FFMPEG,我正在使用以下命令...

ffmpeg -y -i 02.mp3 -id3v2_version 3 -ab 128000 -ss 0 -acodec libmp3lame -f mp3 -ac 2 -ar 44100 output.mp3

源文件:02.mp3
目标文件:output.mp3。

但是在目标文件中,我没有得到 APIC(对应于 02.mp3 的附件图片)。我在 output.mp3 中得到了除 APIC 之外的所有其他 mp3 标签。如何在目标文件中获取 APIC?

最佳答案

您将需要修补您的 FFMPEG 源以支持元数据和重建中的二进制支持。补丁在这里:

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-December/118085.html

关于FFMPEG : How to transcode Attached Picture (APIC) from source mp3 file to destination mp3 file using FFMPEG?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9428339/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com