[gstreamer-bugs] [Bug 606307] mastroska muxer bad in case of 1fps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 11 00:45:21 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=606307
GStreamer | gst-plugins-good | 0.10.17
--- Comment #7 from Tibor Kocsis <ikt011 at gmail.com> 2010-01-11 08:45:19 UTC ---
I terminate gst-launch with ctrl-c but after than i use this pipeline to close
the file:
gst-launch filesrc location=file.mkv ! matroskademux ! matroskamux ! filesink
location=file_closed.mkv
As far as i know this is a good way to closing the output file... Maybe not?
(Your example works for me without any errors, too)
I made some test with the num-buffers property to avoid it, but the result
generates "non-existing PPS referenced" errors, and with 1 fps the results
either can't be playable with gstreamer. (Btw what means exactly this message?
i can't find a proper description about that.)
Pipeline:
gst-launch lannersrc num-buffers=100 ! capsfilter
caps="video/x-h264,framerate=10/1" ! matroskamux ! filesink
location=10fps_lanner2matroska.mkv
Then i tried reencoding the stream of our capture card, and everything was fine
and seekable:
gst-launch lannersrc num-buffers=20 ! capsfilter
caps="video/x-h264,framerate=1/1" ! ffdec_h264 ! x264enc byte-stream=false !
matroskamux ! filesink location=10fps_reencoded.mkv
Maybe there's a problem with the h264 stream of the capture card?
Tim it would be great a warning message like that.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list