Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-08-02 Thread Thilo Borgmann
On 2 Aug 2022, at 19:10, Andreas Rheinhardt wrote: Thilo Borgmann: Hi, On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as horizontal/vertical flip state of a specific video stream on either the input or output side. Since rotation, flip and scale

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-08-02 Thread Andreas Rheinhardt
Thilo Borgmann: > Hi, > >> On 2022-05-18 11:34 pm, Jan Ekström wrote: >>> This enables overriding the rotation as well as horizontal/vertical >>> flip state of a specific video stream on either the input or output >>> side. >> >> Since rotation, flip and scale are stored in

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-08-02 Thread Thilo Borgmann
Am 02.08.22 um 18:48 schrieb Thilo Borgmann: Hi, On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as horizontal/vertical flip state of a specific video stream on either the input or output side. Since rotation, flip and scale are stored in a single data

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-08-02 Thread Thilo Borgmann
Hi, On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as horizontal/vertical flip state of a specific video stream on either the input or output side. Since rotation, flip and scale are stored in a single data structure, how about a single option i.e. -di

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-07-17 Thread Gyan Doshi
On 2022-07-17 08:49 pm, Thilo Borgmann wrote: Hi, Am 26.05.22 um 13:31 schrieb Jan Ekström: On Thu, May 19, 2022 at 9:27 AM Jan Ekström wrote: On Thu, May 19, 2022, 07:21 Gyan Doshi wrote: On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as hori

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-07-17 Thread Thilo Borgmann
Hi, Am 26.05.22 um 13:31 schrieb Jan Ekström: On Thu, May 19, 2022 at 9:27 AM Jan Ekström wrote: On Thu, May 19, 2022, 07:21 Gyan Doshi wrote: On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as horizontal/vertical flip state of a specific video st

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-05-26 Thread Jan Ekström
On Thu, May 19, 2022 at 9:27 AM Jan Ekström wrote: > > On Thu, May 19, 2022, 07:21 Gyan Doshi wrote: >> >> >> >> On 2022-05-18 11:34 pm, Jan Ekström wrote: >> > This enables overriding the rotation as well as horizontal/vertical >> > flip state of a specific video stream on either the input or ou

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-05-18 Thread Jan Ekström
On Thu, May 19, 2022, 07:21 Gyan Doshi wrote: > > > On 2022-05-18 11:34 pm, Jan Ekström wrote: > > This enables overriding the rotation as well as horizontal/vertical > > flip state of a specific video stream on either the input or output > > side. > > Since rotation, flip and scale are stored in

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-05-18 Thread Gyan Doshi
On 2022-05-18 11:34 pm, Jan Ekström wrote: This enables overriding the rotation as well as horizontal/vertical flip state of a specific video stream on either the input or output side. Since rotation, flip and scale are stored in a single data structure, how about a single option i.e. -displ

[FFmpeg-devel] [PATCH 1/2] ffmpeg: add display_{rotation, hflip, vflip} options

2022-05-18 Thread Jan Ekström
This enables overriding the rotation as well as horizontal/vertical flip state of a specific video stream on either the input or output side. Additionally, switch the singular test that was utilizing the rotation metadata to instead override the input display rotation, thus leading to the same res