Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-21 Thread Robert Krüger
On Thu, Oct 20, 2016 at 10:49 AM, Carl Eugen Hoyos wrote: > 2016-10-20 10:41 GMT+02:00 Robert Krüger : > > > So would a patch be accepted that implements reading of this > > additional metadata? > > (Sorry if this was not directed to me...) > > I am not maintainer of mov.c and therefore cannot an

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-20 Thread Carl Eugen Hoyos
2016-10-20 10:41 GMT+02:00 Robert Krüger : > So would a patch be accepted that implements reading of this > additional metadata? (Sorry if this was not directed to me...) I am not maintainer of mov.c and therefore cannot answer but the only way to find out is to send a (clean) patch made with gi

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-20 Thread Robert Krüger
On Wed, Oct 19, 2016 at 11:35 PM, Carl Eugen Hoyos wrote: > 2016-10-19 19:31 GMT+02:00 Robert Krüger : > > > Are those meta atoms parsed in the mov demuxer? > > Yes, but most content (except "hdlr") is ignored. > > Thanks for the clarification! So would a patch be accepted that implements readin

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 19:31 GMT+02:00 Robert Krüger : > Are those meta atoms parsed in the mov demuxer? Yes, but most content (except "hdlr") is ignored. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Robert Krüger
On Wed, Oct 19, 2016 at 5:39 PM, Moritz Barsnick wrote: > On Wed, Oct 19, 2016 at 12:32:00 +0200, Robert Krüger wrote: > > Hi, > > > > I am currently looking at files from Sony A7S cameras (h264 in mp4) and > > looking at those files in a hex/text editor I can see that they have xml > > metadata

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Moritz Barsnick
On Wed, Oct 19, 2016 at 12:32:00 +0200, Robert Krüger wrote: > Hi, > > I am currently looking at files from Sony A7S cameras (h264 in mp4) and > looking at those files in a hex/text editor I can see that they have xml > metadata written in a "meta" tag as far as I can see: I couldn't find a sampl

[FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Robert Krüger
Hi, I am currently looking at files from Sony A7S cameras (h264 in mp4) and looking at those files in a hex/text editor I can see that they have xml metadata written in a "meta" tag as far as I can see: http://www.w3.org/2001/XMLSchema-instance"; lastUpdate="2016-03-14T14:00:37Z"> Is