<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op ma 5 sep. 2022 om 09:51 schreef Seb Francis <<a href="mailto:seb@burnit.co.uk">seb@burnit.co.uk</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ffmpeg seems to copy the metadata (apart from converting jpeg covers to <br>
png at 10x the size), but I feel more comfortable using the reference <br>
libFLAC rather than Lavf, so would prefer to use the flac command-line <br>
tool if possible.<br>
<br>
Is there a way to achieve metadata data transfer with this?<br></blockquote><div><br></div><div><br></div><div>I see now I did not hit "reply to all", so I'm sending this again so the mailing list receives it too. Sorry for the inconvenience<br></div><div><br></div><div>---------</div><div><br></div><div>
<div>No, the flac command line utility does not interpret ID3 data in any way, as you've noticed.</div><div><br></div><div>What
 you could do is first encode with ffmpeg and then re-encode that FLAC 
file with the flac command line program. In my opinion there is no 
reason to feel uncomfortable using the ffmpeg FLAC encoder though.</div><div><br></div><div>Kind regards, Martijn van Beurden<br><br>-----------<br></div>

</div><div></div><div> 
<div> By the way, concerning the issue of not having ffmpeg convert the 
albumart, maybe try adding -c:v copy to the command just before the 
output file. So, ffmpeg -i file.aiff -c:v copy file.flac</div><div><br></div><div>If you want to re-encode that file with flac use either flac file.flac -o otherfile.flac or flac -f file.flac </div>

</div></div></div>