Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-05 Thread Nuo Mi
On Sat, Feb 3, 2024 at 6:35 PM Nuo Mi wrote: > how to reproduce: > wget https://media.xiph.org/video/derf/y4m/students_cif.y4m > vvencapp --input students_cif.y4m --preset faster --output students.266 > MP4Box -add students.266:fps=3/1001:par=12:11 -new students.mp4 > ffplay students.mp4 App

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-03 Thread Nuo Mi
On Sat, Feb 3, 2024 at 8:21 PM James Almer wrote: > On 2/3/2024 9:17 AM, Nuo Mi wrote: > > On Sat, Feb 3, 2024 at 7:54 PM James Almer wrote: > > > >> On 2/3/2024 7:34 AM, Nuo Mi wrote: > >>> how to reproduce: > >>> wget https://media.xiph.org/video/derf/y4m/students_cif.y4m > >>> vvencapp --inpu

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-03 Thread James Almer
On 2/3/2024 9:17 AM, Nuo Mi wrote: On Sat, Feb 3, 2024 at 7:54 PM James Almer wrote: On 2/3/2024 7:34 AM, Nuo Mi wrote: how to reproduce: wget https://media.xiph.org/video/derf/y4m/students_cif.y4m vvencapp --input students_cif.y4m --preset faster --output students.266 MP4Box -add students.26

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-03 Thread Nuo Mi
On Sat, Feb 3, 2024 at 7:54 PM James Almer wrote: > On 2/3/2024 7:34 AM, Nuo Mi wrote: > > how to reproduce: > > wget https://media.xiph.org/video/derf/y4m/students_cif.y4m > > vvencapp --input students_cif.y4m --preset faster --output students.266 > > MP4Box -add students.266:fps=3/1001:par=

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-03 Thread James Almer
On 2/3/2024 7:34 AM, Nuo Mi wrote: how to reproduce: wget https://media.xiph.org/video/derf/y4m/students_cif.y4m vvencapp --input students_cif.y4m --preset faster --output students.266 MP4Box -add students.266:fps=3/1001:par=12:11 -new students.mp4 Can't you do this with ffmpeg? mp4 muxing

[FFmpeg-devel] [PATCH] avcodec/vvcdec: fix seeking for open GOP

2024-02-03 Thread Nuo Mi
how to reproduce: wget https://media.xiph.org/video/derf/y4m/students_cif.y4m vvencapp --input students_cif.y4m --preset faster --output students.266 MP4Box -add students.266:fps=3/1001:par=12:11 -new students.mp4 ffplay testudents.mp4 --- libavcodec/vvc/vvc_refs.c | 6 ++ libavcodec/vvc/v