Does gstreamer support H264/SVC encoding and decoding. Does it support adaptive streaming, i.e. is there a plugin that will strip away the extra layers depending upon some feed back from downstream?
Thank you. |
Does ffmpeg support it?
Take a look at avdec_h264 in gst-ffmepg. Luis On 16 May 2012 10:53, Mal Pirie <[hidden email]> wrote: > Does gstreamer support H264/SVC encoding and decoding. Does it support > adaptive streaming, i.e. is there a plugin that will strip away the extra > layers depending upon some feed back from downstream? > > Thank you. > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Is-there-support-for-SVC-encoding-decoding-tp4641109.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
On Wed, 2012-05-16 at 18:39 +0100, Luis de Bethencourt wrote: > Does ffmpeg support it? > Take a look at avdec_h264 in gst-ffmepg. ffmpeg doesn't support SVC, there is an open SVC decoder called "Open SVC Decoder", but I don't think anyone has bothered to wrap it. One of the reasons for that is that there is no open source SVC encoder and writing one is entirely non-trivial. But if one licenses a proprietary one, then it would be relatively easy to wrap it. I guess the lack of an encoder explains that no one has written a layer-pealing plugin. -- Olivier Crête [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (205 bytes) Download Attachment |
In reply to this post by Luis de Bethencourt
Hi,
On Wed, 2012-05-16 at 18:39 +0100, Luis de Bethencourt wrote: > Does ffmpeg support it? > Take a look at avdec_h264 in gst-ffmepg. ffmpeg doesn't support SVC, there is an open SVC decoder called "Open SVC Decoder", but I don't think anyone has bothered to wrap it. One of the reasons for that is that there is no open source SVC encoder and writing one is entirely non-trivial. But if one licenses a proprietary one, then it would be relatively easy to wrap it. I guess the lack of an encoder explains that no one has written a layer-pealing plugin. -- Olivier Crête [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (205 bytes) Download Attachment |
Thank you for the information.
Is there a plugin that will remove temporal layers, since this is supported in AVC? Mal. |
In reply to this post by Olivier Crête-3
Thanks for taking the time to explain the situation and why it is this way.
Luis On 16 May 2012 19:17, Olivier Crête <[hidden email]> wrote: > Hi, > > On Wed, 2012-05-16 at 18:39 +0100, Luis de Bethencourt wrote: >> Does ffmpeg support it? >> Take a look at avdec_h264 in gst-ffmepg. > > ffmpeg doesn't support SVC, there is an open SVC decoder called "Open > SVC Decoder", but I don't think anyone has bothered to wrap it. > > One of the reasons for that is that there is no open source SVC encoder > and writing one is entirely non-trivial. But if one licenses a > proprietary one, then it would be relatively easy to wrap it. I guess > the lack of an encoder explains that no one has written a layer-pealing > plugin. > > -- > Olivier Crête > [hidden email] > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |