[FFmpeg-devel] [PATCH] mpegts: Enable muxing of SMPTE KLV data

Jeff Blackburne jblackburne at gmail.com
Thu Jun 13 18:59:10 CEST 2013


On Thu, Jun 13, 2013 at 7:52 AM, Michael Niedermayer <michaelni at gmx.at>wrote:

> On Tue, Jun 11, 2013 at 09:59:01AM -0700, Jeff Blackburne wrote:
> > This is basically a re-post of Peter Ross's patch to mux SMPTE
> > key-length-value data. See these archive links:
> > http://ffmpeg.org/pipermail/ffmpeg-devel/2012-October/132381.html
> > http://ffmpeg.org/pipermail/ffmpeg-devel/2012-December/135502.html
> >
> > The demux patch has already been accepted, and works well for me. I've
> > tested this patch as well, and it works as expected.
>
> Didnt that patch write all packets non interleaved at the begin ?
>

No. But in my experience most KLV packets have
pts = dts = AV_NOPTS_VALUE, which I think would cause that behavior.
When I construct packets with reasonable pts/dts values, they are
correctly interleaved.


> also patch looks mangled and lacks correct author & commit message
>

Ok. Output of git format-patch is now attached. Hopefully
gmail won't screw that up.

-Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpegts_klv_mux.patch
Type: application/octet-stream
Size: 1685 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130613/7f31fc2c/attachment.obj>


More information about the ffmpeg-devel mailing list