On Fri, Apr 15, 2016 at 4:06 AM wm4 wrote:
> On Wed, 6 Apr 2016 17:09:21 -0600
> Nic Wolfe wrote:
>
> > Thanks for elaborating wm4. Out of curiosity when you say "generic"
> > and "normal" metadata what do you mean? Are you talking about using
> > generic key names or is there another way to sto
On Wed, 6 Apr 2016 17:09:21 -0600
Nic Wolfe wrote:
> Thanks for elaborating wm4. Out of curiosity when you say "generic"
> and "normal" metadata what do you mean? Are you talking about using
> generic key names or is there another way to store metadata?
>
> I have attached a patch which adds a n
Thanks for elaborating wm4. Out of curiosity when you say "generic"
and "normal" metadata what do you mean? Are you talking about using
generic key names or is there another way to store metadata?
I have attached a patch which adds a new AVPacketSideDataType and uses
that type to store crop values
On Tue, Mar 29, 2016 at 2:46 PM, Dave Rice wrote:
> Hi,
>
>> On Mar 29, 2016, at 4:23 AM, wm4 wrote:
>>
>> On Sat, 26 Mar 2016 16:56:55 -0600
>> Nic Wolfe wrote:
>>
>>> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
>>> and PixelCropRight elements:
>>> https://www.matro
Hi,
> On Mar 29, 2016, at 4:23 AM, wm4 wrote:
>
> On Sat, 26 Mar 2016 16:56:55 -0600
> Nic Wolfe wrote:
>
>> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
>> and PixelCropRight elements:
>> https://www.matroska.org/technical/specs/index.html
>>
>> This commit adds s
On Sat, 26 Mar 2016 16:56:55 -0600
Nic Wolfe wrote:
> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
> and PixelCropRight elements:
> https://www.matroska.org/technical/specs/index.html
>
> This commit adds support for demuxing these values so that
> applications using
On Sat, 26 Mar 2016 16:56:55 -0600
Nic Wolfe wrote:
> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
> and PixelCropRight elements:
> https://www.matroska.org/technical/specs/index.html
>
> This commit adds support for demuxing these values so that
> applications using
The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
and PixelCropRight elements: https://www.matroska.org/technical/specs/index.html
This commit adds support for demuxing these values so that
applications using libav*
are able to use them when playing the stream. They're added