Re: [FFmpeg-user] Setting the "profile compatibility" value

2015-10-28 Thread Carl Eugen Hoyos
Jim Kang g.harvard.edu> writes: > It is not the server, but rather the browser's > MediaSource.addSourceBuffer method that requires > this MIME type: I guess you will request a new option from the x264 developers (to ask certainly makes sense, I don't know if the option really makes sense) b

Re: [FFmpeg-user] Setting the "profile compatibility" value

2015-10-28 Thread Jim Kang
Hi, Carl. On Wed, Oct 28, 2015 at 2:50 AM, Carl Eugen Hoyos wrote: > Jim Kang harvard.edu> writes: > > > The problem is I need my video to be encoded such that > > it conforms to the MIME codec string > > 'video/mp4; codecs="avc1.*42E01E*, mp4a.40.2"'. > > Could you explain why? > If a server r

Re: [FFmpeg-user] Setting the "profile compatibility" value

2015-10-27 Thread Carl Eugen Hoyos
Jim Kang harvard.edu> writes: > The problem is I need my video to be encoded such that > it conforms to the MIME codec string > 'video/mp4; codecs="avc1.*42E01E*, mp4a.40.2"'. Could you explain why? If a server requires this, it seems broken to me but maybe I am missing something? > But unsu

[FFmpeg-user] Setting the "profile compatibility" value

2015-10-27 Thread Jim Kang
Hi. I'm trying to transcode a file for use in an streaming HTML 5 context. I want to feed bits of video to a SourceBuffer in a MediaSource, as in this example: https://github.com/nickdesaulniers/netfix/blob/gh-pages/demo/bufferAll.html The problem is I need my video to be encoded such that it co