Re: [FFmpeg-devel] new packed pixel formats (machine vision)

2024-10-09 Thread Diederick C. Niehorster
Hi Lynne, On Wed, Oct 9, 2024 at 12:52 AM Lynne via ffmpeg-devel wrote: > > On 08/10/2024 21:17, Diederick C. Niehorster wrote: > > Dear Lynne, > > > > On Tue, Oct 8, 2024 at 1:11 PM Lynne via ffmpeg-devel > > wrote: > > > > Thank you for your quick and helpful answer! However I have several >

Re: [FFmpeg-devel] new packed pixel formats (machine vision)

2024-10-08 Thread Lynne via ffmpeg-devel
On 08/10/2024 21:17, Diederick C. Niehorster wrote: Dear Lynne, On Tue, Oct 8, 2024 at 1:11 PM Lynne via ffmpeg-devel wrote: Thank you for your quick and helpful answer! However I have several questions. We have support for AV_PIX_FMT_BAYER_RGGB16, since its a common Bayer layout that cinema

Re: [FFmpeg-devel] new packed pixel formats (machine vision)

2024-10-08 Thread Diederick C. Niehorster
Dear Lynne, On Tue, Oct 8, 2024 at 1:11 PM Lynne via ffmpeg-devel wrote: Thank you for your quick and helpful answer! However I have several questions. > We have support for AV_PIX_FMT_BAYER_RGGB16, since its a common Bayer > layout that cinema cameras output, so its definitely within the scope

Re: [FFmpeg-devel] new packed pixel formats (machine vision)

2024-10-08 Thread Lynne via ffmpeg-devel
On 08/10/2024 09:31, Diederick C. Niehorster wrote: Hi All, I am using ffmpeg for a library to interface with machine vision cameras that i am developing (not yet released),it allows storing the streams with really nice performance directly to, e.g., x264/mp4 (thanks ffmpeg!). For this, i am loo

[FFmpeg-devel] new packed pixel formats (machine vision)

2024-10-08 Thread Diederick C. Niehorster
Hi All, I am using ffmpeg for a library to interface with machine vision cameras that i am developing (not yet released),it allows storing the streams with really nice performance directly to, e.g., x264/mp4 (thanks ffmpeg!). For this, i am looking to support some new pixel formats as input format