Re: [FFmpeg-devel] [PATCH v2 0/3] Propagate PRFT side data

2024-11-29 Thread Clément Péron
Hi Timo, Michael On Fri, 1 Nov 2024 at 18:39, Clément Péron wrote: > > Hi, > > This is in the continuity of the v1 that was sent in September. > > The idea is to be able to access the Producer Timestamp aka PRFT > of a RTSP stream in the encoder to be able to write it in the final > file. > > The

[FFmpeg-devel] [PATCH v2 0/3] Propagate PRFT side data

2024-11-01 Thread Clément Péron
Hi, This is in the continuity of the v1 that was sent in September. The idea is to be able to access the Producer Timestamp aka PRFT of a RTSP stream in the encoder to be able to write it in the final file. There is also a patch to be able to forward any side data when the decoder used is cuvid.