Re: [FFmpeg-devel] GreenMetadata complexity metric access through high level API

2015-11-30 Thread Vittorio Giovara
On Mon, Nov 30, 2015 at 8:21 AM, Nicolas Derouineau wrote: > Hello > >>you should look at avframesidedata > > Actually the issue is that the green metadatadata are concerning the upcoming > frame (They are used to predict the upcoming complexity). > > The avframesidedata are concerning a frame wh

Re: [FFmpeg-devel] GreenMetadata complexity metric access through high level API

2015-11-30 Thread Nicolas Derouineau
Metadata complexity metric access through high level API On Wed, Jul 1, 2015 at 11:08 AM, Nicolas Derouineau wrote: > Hello, > > H264 GreenMetadata parsing is now supported in ffmpeg, but the informations > are stored in the h264context, which is not available at a higher level. > > I

Re: [FFmpeg-devel] GreenMetadata complexity metric access through high level API

2015-07-01 Thread Vittorio Giovara
On Wed, Jul 1, 2015 at 11:08 AM, Nicolas Derouineau wrote: > Hello, > > H264 GreenMetadata parsing is now supported in ffmpeg, but the informations > are stored in the h264context, which is not available at a higher level. > > Is it possible to add a new field named "upcoming complexity metrics",

[FFmpeg-devel] GreenMetadata complexity metric access through high level API

2015-07-01 Thread Nicolas Derouineau
Hello, H264 GreenMetadata parsing is now supported in ffmpeg, but the informations are stored in the h264context, which is not available at a higher level. Is it possible to add a new field named "upcoming complexity metrics", which should be codec agnostic, either in the avcodeccontext struct