Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-13 Thread Vignesh Venkatasubramanian
On Thu, Jan 12, 2023 at 8:40 PM "zhilizhao(赵志立)" wrote: > > > > > On Jan 13, 2023, at 04:45, Vignesh Venkatasubramanian > > wrote: > > > > The HEIF specification permits specifying the looping behavior of > > animated sequences by using the EditList (elst) box. The track > > duration will be set

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-12 Thread zhilizhao(赵志立)
> On Jan 13, 2023, at 04:45, Vignesh Venkatasubramanian > wrote: > > The HEIF specification permits specifying the looping behavior of > animated sequences by using the EditList (elst) box. The track > duration will be set to the total duration of all the loops (or > infinite) and the duration

[FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-12 Thread Vignesh Venkatasubramanian
The HEIF specification permits specifying the looping behavior of animated sequences by using the EditList (elst) box. The track duration will be set to the total duration of all the loops (or infinite) and the duration of a single loop will be set in the edit list box. The default behavior is to

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-12 Thread Vignesh Venkatasubramanian
On Fri, Jan 6, 2023 at 1:45 AM "zhilizhao(赵志立)" wrote: > > > > > On Jan 6, 2023, at 01:34, Vignesh Venkatasubramanian > > wrote: > > > > On Thu, Jan 5, 2023 at 1:45 AM "zhilizhao(赵志立)" > > wrote: > >> > >> > >> > >>> On Jan 5, 2023, at 06:16, Vignesh Venkatasubramanian > >>> wrote: > >>> > >

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-06 Thread zhilizhao(赵志立)
> On Jan 6, 2023, at 01:34, Vignesh Venkatasubramanian > wrote: > > On Thu, Jan 5, 2023 at 1:45 AM "zhilizhao(赵志立)" > wrote: >> >> >> >>> On Jan 5, 2023, at 06:16, Vignesh Venkatasubramanian >>> wrote: >>> >>> The HEIF specification permits specifying the looping behavior of >>> animat

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-05 Thread Vignesh Venkatasubramanian
On Thu, Jan 5, 2023 at 1:45 AM "zhilizhao(赵志立)" wrote: > > > > > On Jan 5, 2023, at 06:16, Vignesh Venkatasubramanian > > wrote: > > > > The HEIF specification permits specifying the looping behavior of > > animated sequences by using the EditList (elst) box. The track > > duration will be set t

Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-05 Thread zhilizhao(赵志立)
> On Jan 5, 2023, at 06:16, Vignesh Venkatasubramanian > wrote: > > The HEIF specification permits specifying the looping behavior of > animated sequences by using the EditList (elst) box. The track > duration will be set to the total duration of all the loops (or > infinite) and the duration

[FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF

2023-01-04 Thread Vignesh Venkatasubramanian
The HEIF specification permits specifying the looping behavior of animated sequences by using the EditList (elst) box. The track duration will be set to the total duration of all the loops (or infinite) and the duration of a single loop will be set in the edit list box. The default behavior is to