FFmpeg,如何将封面艺术(图像)嵌入到.m4a [英] FFmpeg, how to embed cover art (image) to .m4a

查看:391
本文介绍了FFmpeg,如何将封面艺术(图像)嵌入到.m4a的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将封面艺术嵌入到m4a文件中?

Is there any way to embed cover art to m4a files?

此代码对mp3效果很好,但对m4a

This one works well for mp3 but doesn't work for m4a

ffmpeg -i tests/in.m4a -i cover.jpg -map 0:0 -map 1:0 -acodec copy \
  -id3v2_version 3 tests/out.m4a

推荐答案

FFmpeg有未解决问题关于此功能.同时,封面 可以与 TagEditor  project 添加.要添加:

FFmpeg has an open issue on this functionality. In the meantime, covers can be added with the TagEditor project. To add:

tageditor -s cover=ju.jpg --max-padding 100000 -f ki.m4a

要删除:

tageditor -s cover= --max-padding 100000 -f ki.m4a

这篇关于FFmpeg,如何将封面艺术(图像)嵌入到.m4a的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆