Re: [FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-22 Thread Tsuchiya, Yuki (SHES)
> This is changing the muxer, but the commit subject and description talks about > demuxing. Yes. This code contains both the remuxer into MP4 and the demuxer. I will change the commit description > You're calling this function for MPEGH 3D Audio, but not writing an > implementation for it. The

Re: [FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-21 Thread James Almer
On 11/21/2019 4:25 AM, Yuki Tsuchiya wrote: > Implemented according to the specification at > https://www.iso.org/standard/69561.html > The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS > encapsulated single stream MPEG-H 3D Audio. > 'MHAS' stands for MPEG-H audio stream,

Re: [FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 08:40 Uhr schrieb Yuki Tsuchiya : > > Implemented according to the specification at > https://www.iso.org/standard/69561.html > The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS > encapsulated single stream MPEG-H 3D Audio. > 'MHAS' stands for MPE

Re: [FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-20 Thread Tsuchiya, Yuki (SHES)
> On 2019/11/21 16:41, "Tsuchiya, Yuki (SHES)" wrote: > >Implemented according to the specification at > https://www.iso.org/standard/69561.html >The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS > encapsulated single stream MPEG-H 3D Audio. >'MHAS' stands f

[FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-20 Thread Yuki Tsuchiya
Implemented according to the specification at https://www.iso.org/standard/69561.html The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS encapsulated single stream MPEG-H 3D Audio. 'MHAS' stands for MPEG-H audio stream, which contains encoded audio data and corresponds me