[FFmpeg-devel] [PATCH 6/6] avcodec: add vvdec H.266/VVC decoder

Nuo Mi nuomi2021 at gmail.com
Tue Dec 22 13:07:39 EET 2020


Hi Chen,
Glad you can try it.

Since hevc, the interlaced encoder is not supported.
Encoder always encoder a frame, use an SEI to tell the user it's top/bottom
filed or it's a frame.
It's named Adaptive Frame Field (SAFF).
Current ffmpeg can't support this very well for even hevc, I think we can
put this later.



On Tue, Dec 22, 2020 at 3:10 AM chen <chenm003 at 163.com> wrote:

> A little update
> The sequence passed only 163 because they are not update their
> CMakeLists.txt.
> I had been updated CMakeLists.txt and these patches in my github tree as
> well, I can found 81.93% (195/238) passed,
>
>
> Moreover, there have two of Field video clips, the decoder works, but
> output as separate of Top/Bottom Fields,
> so the hash mismatch to VTM-11.0.
>
>
> Overall, we can expect totally 82.77% (195+2/238) matched.
>
>
> At 2020-12-22 01:40:43, "Paul B Mahol" <onemda at gmail.com> wrote:
> >On Mon, Dec 21, 2020 at 7:08 AM Nuo Mi <nuomi2021 at gmail.com> wrote:
> >
> >> you can download test clips here:
> >>
> >>
> https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/under_test/VTM-11.0/
> >>
> >> 68.48% (163/238) clips are md5 matched with VTM 11:
> >>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list