J'ai un fichier m4a avec une couverture attachée en utilisant mp4art ; cependant Youtube ne supporte pas le m4a. Formats pris en charge - https://support.google.com/youtube/troubleshooter/2888402?visit_id=637603848977966877-3323728279&hl=en-GB&rd=1
J'ai donc besoin de convertir un m4a avec une image de couverture en mp4.
L'utilisation de ffmpeg de Brew n'a pas aidé.
$ brew install ffmpeg
$ ffmpeg -i input.m4a output.mp4
[mp4 @ 0x7fbb6100de00] Could not find tag for codec h264 in stream #0, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:1 --
[aac @ 0x7fbb60015c00] Qavg: nan
Conversion failed!