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

查看:17
本文介绍了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 项目 添加.添加:

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天全站免登陆