Re: [FFmpeg-devel] [RFC]x264 avcc and related issue

2024-03-05 Thread Andreas Rheinhardt
Zhao Zhili: > >> 在 2024年3月6日,上午1:58,Andreas Rheinhardt 写道: >> >> Zhao Zhili: >>> There are multiple encoders which can output bitstream in avcc/hvcc format, >>> e.g, x264, x265 and videotoolbox. This can improve performance depends on >>> container format (no more ff_avc_parse_nal_units_buf). >>

Re: [FFmpeg-devel] [RFC]x264 avcc and related issue

2024-03-05 Thread Zhao Zhili
> 在 2024年3月6日,上午1:58,Andreas Rheinhardt 写道: > > Zhao Zhili: >> There are multiple encoders which can output bitstream in avcc/hvcc format, >> e.g, x264, x265 and videotoolbox. This can improve performance depends on >> container format (no more ff_avc_parse_nal_units_buf). >> >> The problem is

Re: [FFmpeg-devel] [RFC]x264 avcc and related issue

2024-03-05 Thread Andreas Rheinhardt
Zhao Zhili: > There are multiple encoders which can output bitstream in avcc/hvcc format, > e.g, x264, x265 and videotoolbox. This can improve performance depends on > container format (no more ff_avc_parse_nal_units_buf). > > The problem is these encoders output parameter sets directly, not conta