* [FFmpeg-devel] 10bit MV-HEVC decoding support @ 2025-02-07 15:31 Danny Hong 2025-02-07 16:52 ` Vittorio Giovara 0 siblings, 1 reply; 4+ messages in thread From: Danny Hong @ 2025-02-07 15:31 UTC (permalink / raw) To: FFmpeg development discussions and patches Hello, is there any plan to add 10bit support to MV-HEVC decoding? Thank you Danny Hong _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] 10bit MV-HEVC decoding support 2025-02-07 15:31 [FFmpeg-devel] 10bit MV-HEVC decoding support Danny Hong @ 2025-02-07 16:52 ` Vittorio Giovara 2025-02-07 20:13 ` Danny Hong 0 siblings, 1 reply; 4+ messages in thread From: Vittorio Giovara @ 2025-02-07 16:52 UTC (permalink / raw) To: FFmpeg development discussions and patches On Fri, Feb 7, 2025 at 4:31 PM Danny Hong <danny.s.hong@gmail.com> wrote: > Hello, is there any plan to add 10bit support to MV-HEVC decoding? As far as I know, 10 bit bitdepth is not specified in the MV profile for HEVC, therefore, any 10 bit support would be out of standard. -- Vittorio _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] 10bit MV-HEVC decoding support 2025-02-07 16:52 ` Vittorio Giovara @ 2025-02-07 20:13 ` Danny Hong 2025-02-07 20:39 ` James Almer 0 siblings, 1 reply; 4+ messages in thread From: Danny Hong @ 2025-02-07 20:13 UTC (permalink / raw) To: FFmpeg development discussions and patches On Fri, Feb 7, 2025 at 5:52 PM Vittorio Giovara <vittorio.giovara@gmail.com> wrote: > As far as I know, 10bit bitdepth is not specified in the MV profile for > HEVC, therefore, any 10 bit support would be out of standard. Thanks for the reply. You are right that the initial versions of the standard did not specify a 10bit version of the MV profile. However, in July 2023, a proposal for the "Multiview Main 10" profile was made, and currently there are many encoded HDR videos in this profile being streamed to Apple Vision Pro. The HTM reference SW <https://vcgit.hhi.fraunhofer.de/jvet/HTM> already has the support (search for "JVET_AE0295"). The Dolby FAQ site <https://professionalsupport.dolby.com/s/article/Dolby-Vision-Profile-20-FAQ> also mentions this profile. Then there were other profiles ("Multiview Extended" and "Multiview Extended 10") proposed, and since "Multiview Extended 10" can be a superset of "Multiview Main 10", the latest standard (July 2024) <https://www.itu.int/itu-t/recommendations/rec.aspx?rec=H.265>, ended up only including the "Extended" profiles. For the "Extended" profiles, you can search for "JVET_AH0046" in the ref SW. Given that there are already many encoded videos with the "Multiview Main 10" profile, Apple has submitted a proposal (JVET-AJ0213 in Oct 2024) to bring back the profile into the standard. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] 10bit MV-HEVC decoding support 2025-02-07 20:13 ` Danny Hong @ 2025-02-07 20:39 ` James Almer 0 siblings, 0 replies; 4+ messages in thread From: James Almer @ 2025-02-07 20:39 UTC (permalink / raw) To: ffmpeg-devel [-- Attachment #1.1.1: Type: text/plain, Size: 1674 bytes --] On 2/7/2025 5:13 PM, Danny Hong wrote: > On Fri, Feb 7, 2025 at 5:52 PM Vittorio Giovara <vittorio.giovara@gmail.com> > wrote: >> As far as I know, 10bit bitdepth is not specified in the MV profile for >> HEVC, therefore, any 10 bit support would be out of standard. > > Thanks for the reply. You are right that the initial versions of the > standard did not specify a 10bit version of the MV profile. However, in > July 2023, a proposal for the "Multiview Main 10" profile was made, and > currently there are many encoded HDR videos in this profile being streamed > to Apple Vision Pro. The HTM reference SW > <https://vcgit.hhi.fraunhofer.de/jvet/HTM> already has the support (search > for "JVET_AE0295"). The Dolby FAQ site > <https://professionalsupport.dolby.com/s/article/Dolby-Vision-Profile-20-FAQ> > also mentions this profile. Then there were other profiles ("Multiview > Extended" and "Multiview Extended 10") proposed, and since "Multiview > Extended 10" can be a superset of "Multiview Main 10", the latest standard > (July 2024) <https://www.itu.int/itu-t/recommendations/rec.aspx?rec=H.265>, > ended up only including the "Extended" profiles. For the "Extended" > profiles, you can search for "JVET_AH0046" in the ref SW. Given that there > are already many encoded videos with the "Multiview Main 10" profile, Apple > has submitted a proposal (JVET-AJ0213 in Oct 2024) to bring back the > profile into the standard. Does decoding such samples not work as is? Profiles afaik only define constrains, not extra decoding steps. The existing code should be able to handle 10bit streams for both base and second layers. [-- Attachment #1.2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 495 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-07 20:39 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2025-02-07 15:31 [FFmpeg-devel] 10bit MV-HEVC decoding support Danny Hong 2025-02-07 16:52 ` Vittorio Giovara 2025-02-07 20:13 ` Danny Hong 2025-02-07 20:39 ` James Almer
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git