Re: [FFmpeg-user] drawgraph filter, color formats

2019-11-03 Thread JackDesBwa
> > Well, in the documentation is a chapter about colors and the format is > > described as 0xRRGGBB[AA]. > > However in the documentation for the drawgraph filter is written "The > > color is defined as 0xAABBGGRR". So it's impossible to use the > > predefined colors in this filter. > > In the

Re: [FFmpeg-user] drawgraph filter, color formats

2019-11-03 Thread Paul B Mahol
On 11/3/19, Michael Koch wrote: > Am 03.11.2019 um 06:55 schrieb Carl Eugen Hoyos: >> Am So., 3. Nov. 2019 um 00:08 Uhr schrieb Michael Koch >> : >> >>> I'm just making some experiments with the drawgraph filter and it took >>> me more than one hour to figure out what was wrong: >>> The colors of

Re: [FFmpeg-user] drawgraph filter, color formats

2019-11-03 Thread Michael Koch
Am 03.11.2019 um 06:55 schrieb Carl Eugen Hoyos: Am So., 3. Nov. 2019 um 00:08 Uhr schrieb Michael Koch : I'm just making some experiments with the drawgraph filter and it took me more than one hour to figure out what was wrong: The colors of the graphs must be specified in format 0xAABBGGRR,

Re: [FFmpeg-user] drawgraph filter, color formats

2019-11-02 Thread Carl Eugen Hoyos
Am So., 3. Nov. 2019 um 00:08 Uhr schrieb Michael Koch : > I'm just making some experiments with the drawgraph filter and it took > me more than one hour to figure out what was wrong: > The colors of the graphs must be specified in format 0xAABBGGRR, but the > background color must be in format

[FFmpeg-user] drawgraph filter, color formats

2019-11-02 Thread Michael Koch
Hi, I'm just making some experiments with the drawgraph filter and it took me more than one hour to figure out what was wrong: The colors of the graphs must be specified in format 0xAABBGGRR, but the background color must be in format 0xRRGGBBAA. That's very confusing! Michael