Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/cafdec: Implement FLAC-in-CAF parsing

2022-06-07 Thread Anton Khirnov
Quoting Martijn van Beurden (2022-06-04 12:35:06) > @@ -170,6 +171,49 @@ static int read_kuki_chunk(AVFormatContext *s, int64_t > size) > } > avio_skip(pb, size - ALAC_NEW_KUKI); > } > +} else if (st->codecpar->codec_id == AV_CODEC_ID_FLAC) { > +int l

[FFmpeg-devel] [PATCH v2 1/2] avformat/cafdec: Implement FLAC-in-CAF parsing

2022-06-04 Thread Martijn van Beurden
The afconvert utility shipped with MacOS supports muxing of FLAC in CAF, see afconvert help output on a recent Mac here: https://hydrogenaud.io/index.php?topic=122509.0 A file created with afconvert free of copyright (licensed CC0) can be found here: http://www.audiograaf.nl/misc_stuff/afconvert-FL