Re: [FFmpeg-devel] [PATCH] avformat/movenc: allow Apple Lossless inside mp4

2020-11-22 Thread Jan Ekström
On Sat, Nov 21, 2020 at 9:08 PM Jan Ekström wrote: > > On Fri, Nov 20, 2020 at 10:53 PM Jan Ekström wrote: > > > > On Fri, Nov 20, 2020 at 7:02 PM Leo Izen wrote: > > > > > > MP4 already supports Apple Lossless, and it can be put inside by using > > > muxer=ipod, but it's not tagged as supported

Re: [FFmpeg-devel] [PATCH] avformat/movenc: allow Apple Lossless inside mp4

2020-11-21 Thread Jan Ekström
On Fri, Nov 20, 2020 at 10:53 PM Jan Ekström wrote: > > On Fri, Nov 20, 2020 at 7:02 PM Leo Izen wrote: > > > > MP4 already supports Apple Lossless, and it can be put inside by using > > muxer=ipod, but it's not tagged as supported in mp4. The mp4ra lists > > alac as a valid fourcc inside mp4, so

Re: [FFmpeg-devel] [PATCH] avformat/movenc: allow Apple Lossless inside mp4

2020-11-20 Thread Jan Ekström
On Fri, Nov 20, 2020 at 7:02 PM Leo Izen wrote: > > MP4 already supports Apple Lossless, and it can be put inside by using > muxer=ipod, but it's not tagged as supported in mp4. The mp4ra lists > alac as a valid fourcc inside mp4, so it should be supported by spec. > > See: https://mp4ra.org/#/cod

[FFmpeg-devel] [PATCH] avformat/movenc: allow Apple Lossless inside mp4

2020-11-20 Thread Leo Izen
MP4 already supports Apple Lossless, and it can be put inside by using muxer=ipod, but it's not tagged as supported in mp4. The mp4ra lists alac as a valid fourcc inside mp4, so it should be supported by spec. See: https://mp4ra.org/#/codecs --- libavformat/movenc.c | 1 + 1 file changed, 1 inser