[gstreamer-bugs] [Bug 578966] Using seek to segment video produces garbage

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 14 13:28:50 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=578966

  GStreamer | gstreamer (core) | Ver: 0.10.21

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #1 from Wim Taymans  2009-04-14 20:28 UTC -------
You probably don't want the SEGMENT flag (it stops emiting EOS at the end,
which might cause the headers to not be flushed out).

You probably also don't want to encode the bits before you do the seek. This
you can do with using pad blocks
(http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-block.txt
see the part about prerolling a partial pipeline)

You also probably just want to use gnonlin to cut the video in pieces.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=578966.




More information about the Gstreamer-bugs mailing list