Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-17 Thread James Almer
On 8/16/2024 4:49 PM, Danny Hong wrote: Quoting Anton Khirnov (2024-08-16 09:32:28) The way this will work is that different views will be output by decoder as separate frames with side data indicating their view ID. Thanks for the info again! Wouldn't it be easier for the user/consumer of t

Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-17 Thread Anton Khirnov
Quoting Danny Hong (2024-08-16 21:49:05) > Quoting Anton Khirnov (2024-08-16 09:32:28) > > The way this will work is that different views will be output by decoder > > as separate frames with side data indicating their view ID. > > Thanks for the info again! Wouldn't it be easier for the user/co

Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-16 Thread Danny Hong
Quoting Anton Khirnov (2024-08-16 09:32:28) > The way this will work is that different views will be output by decoder > as separate frames with side data indicating their view ID. Thanks for the info again! Wouldn't it be easier for the user/consumer of the decoded frames to simply have the sid

Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-16 Thread Anton Khirnov
Quoting Danny Hong (2024-08-15 21:26:57) > Quoting Anton Khirnov (2024-08-15 19:36:47) > > Yes, it should be submitted to ML within a few months. > > Thank you for the info! This is great! We have experience with HEVC > implementation and also with the layered use case. If there is anything we

Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-15 Thread Danny Hong
Quoting Anton Khirnov (2024-08-15 19:36:47) > Yes, it should be submitted to ML within a few months. Thank you for the info! This is great! We have experience with HEVC implementation and also with the layered use case. If there is anything we can help out with the development please let us kn

Re: [FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-15 Thread Anton Khirnov
Quoting Danny Hong (2024-08-15 17:57:20) > Hello, is there a plan to add the multiview extension to HEVC for full > stereo video decoding? Yes, it should be submitted to ML within a few months. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-deve

[FFmpeg-devel] MV-HEVC support for decoding of Apple's stereo video

2024-08-15 Thread Danny Hong
Hello, is there a plan to add the multiview extension to HEVC for full stereo video decoding? If not, is FFmpeg open to the idea of receiving contributions for the multiview extension? It seems like at least the parsing of Apple’s HEVC stereo video metadata and high level syntax for multilayer ha