Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-10-01 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-30 Thread Kieran Kunhya
> 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

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-30 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-30 Thread tim nicholson
-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:

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-27 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-27 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-27 Thread Kieran Kunhya
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

[FFmpeg-devel] [PATCH] avformat/movenc: AVC Intra support

2014-09-27 Thread Michael Niedermayer
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