On Tue, Sep 30, 2014 at 11:07:28AM +0100, Kieran Kunhya wrote:
> > Some of the DPP AVCI100 test samples were created using x264* so could
> > be used for reference. Or I could knock up something if I can find my
> > reference CL I used last time.
>
> www.obe.tv/about-us/obe-blog/item/1-oss-dpp-cre
> Some of the DPP AVCI100 test samples were created using x264* so could
> be used for reference. Or I could knock up something if I can find my
> reference CL I used last time.
www.obe.tv/about-us/obe-blog/item/1-oss-dpp-creation
Remember to use the latest x264. Even then the values in the "UMID
On Tue, Sep 30, 2014 at 09:50:58AM +0100, tim nicholson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 28/09/14 02:59, Michael Niedermayer wrote:
> > On Sun, Sep 28, 2014 at 03:53:15AM +0200, Michael Niedermayer wrote:
> >> On Sun, Sep 28, 2014 at 02:00:00AM +0100, Kieran Kunhya w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 28/09/14 02:59, Michael Niedermayer wrote:
> On Sun, Sep 28, 2014 at 03:53:15AM +0200, Michael Niedermayer wrote:
>> On Sun, Sep 28, 2014 at 02:00:00AM +0100, Kieran Kunhya wrote:
>>> On 28 September 2014 00:49, Michael Niedermayer wrote:
On Sun, Sep 28, 2014 at 03:53:15AM +0200, Michael Niedermayer wrote:
> On Sun, Sep 28, 2014 at 02:00:00AM +0100, Kieran Kunhya wrote:
> > On 28 September 2014 00:49, Michael Niedermayer wrote:
> > >
> > > This allows remuxing AVC intra into mov
> > > it does not work with libx264 encoded AVC Intra
On Sun, Sep 28, 2014 at 02:00:00AM +0100, Kieran Kunhya wrote:
> On 28 September 2014 00:49, Michael Niedermayer wrote:
> >
> > This allows remuxing AVC intra into mov
> > it does not work with libx264 encoded AVC Intra for unknown reason
>
> 1080i should work. 1080p needs some random magic numbe
On 28 September 2014 00:49, Michael Niedermayer wrote:
>
> This allows remuxing AVC intra into mov
> it does not work with libx264 encoded AVC Intra for unknown reason
1080i should work. 1080p needs some random magic numbers in the
bitstream which are probably different for all the
framerate/reso
This allows remuxing AVC intra into mov
it does not work with libx264 encoded AVC Intra for unknown reason
Signed-off-by: Michael Niedermayer
---
libavformat/movenc.c | 63 ++
1 file changed, 59 insertions(+), 4 deletions(-)
diff --git a/libavfo