Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-09-03 Thread James Almer
On 9/3/2024 9:44 AM, Anton Khirnov wrote: Quoting James Almer (2024-09-03 14:26:21) On 9/3/2024 6:47 AM, Anton Khirnov wrote: Quoting James Almer (2024-08-31 15:56:24) On 8/31/2024 4:44 AM, Anton Khirnov wrote: Quoting James Almer (2024-08-30 02:40:49) On 8/29/2024 8:26 PM, Michael Niedermay

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-09-03 Thread Anton Khirnov
Quoting James Almer (2024-09-03 14:26:21) > On 9/3/2024 6:47 AM, Anton Khirnov wrote: > > Quoting James Almer (2024-08-31 15:56:24) > >> On 8/31/2024 4:44 AM, Anton Khirnov wrote: > >>> Quoting James Almer (2024-08-30 02:40:49) > On 8/29/2024 8:26 PM, Michael Niedermayer wrote: > > On Tue,

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-09-03 Thread James Almer
On 9/3/2024 6:47 AM, Anton Khirnov wrote: Quoting James Almer (2024-08-31 15:56:24) On 8/31/2024 4:44 AM, Anton Khirnov wrote: Quoting James Almer (2024-08-30 02:40:49) On 8/29/2024 8:26 PM, Michael Niedermayer wrote: On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: This extend

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-09-03 Thread Anton Khirnov
Quoting James Almer (2024-08-31 15:56:24) > On 8/31/2024 4:44 AM, Anton Khirnov wrote: > > Quoting James Almer (2024-08-30 02:40:49) > >> On 8/29/2024 8:26 PM, Michael Niedermayer wrote: > >>> On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: > This extends the syntax for specifyi

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-08-31 Thread James Almer
On 8/31/2024 4:44 AM, Anton Khirnov wrote: Quoting James Almer (2024-08-30 02:40:49) On 8/29/2024 8:26 PM, Michael Niedermayer wrote: On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: This extends the syntax for specifying input streams in -map and complex filtergraph labels, to a

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-08-31 Thread Anton Khirnov
Quoting James Almer (2024-08-30 02:40:49) > On 8/29/2024 8:26 PM, Michael Niedermayer wrote: > > On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: > >> This extends the syntax for specifying input streams in -map and complex > >> filtergraph labels, to allow selecting a view by view ID

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-08-29 Thread James Almer
On 8/29/2024 8:26 PM, Michael Niedermayer wrote: On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: This extends the syntax for specifying input streams in -map and complex filtergraph labels, to allow selecting a view by view ID, index, or position. The corresponding decoder is then

Re: [FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-08-29 Thread Michael Niedermayer
On Tue, Aug 27, 2024 at 05:05:18PM +0200, Anton Khirnov wrote: > This extends the syntax for specifying input streams in -map and complex > filtergraph labels, to allow selecting a view by view ID, index, or > position. The corresponding decoder is then set up to decode the > appropriate view and s

[FFmpeg-devel] [PATCH 38/42] fftools/ffmpeg: add support for multiview video

2024-08-27 Thread Anton Khirnov
This extends the syntax for specifying input streams in -map and complex filtergraph labels, to allow selecting a view by view ID, index, or position. The corresponding decoder is then set up to decode the appropriate view and send frames for that view to the correct filtergraph input(s). --- doc/