M4A metadata is not decoded

asked 2016-02-05 03:51:03 +0300

intelfx gravatar image

I'm trying to play AAC music on the Jolla phone (Taalojärvi). The music is encoded via ffmpeg.

If I encode music into an *.aac file, ffmpeg does not embed metadata:

ffmpeg -i SRC.flac -acodec libfdk_aac -vbr 4 DEST.aac

If I encode music into an *.m4a (MP4) file, metadata gets there, but Sailfish music app does not parse it:

ffmpeg -i SRC.flac -acodec libfdk_aac -vbr 4 DEST.m4a

Either way, I get no artist, no title, no album art and so on. Has anyone solved this so far?

edit retag flag offensive close delete