I am now able to record my A/V to an AVI file. Many thanks for your
help.
I thought I would try to record in a different format with more compression, so I attempted to follow the example supplied in the description of mp4mux. That example uses x264enc - but when I attempted to call it, I got a message erroneous pipeline: no element "x264enc" Obviously the system cannot find x264enc - so where would I find it? Ian --
-- Ian Davidson 239 Streetsbrook Road, Solihull, West Midlands, B91 1HE -- Facts used in this message may or may not reflect an underlying objective reality. Facts are supplied for personal use only. Recipients quoting supplied information do so at their own risk. Facts supplied may vary in whole or part from widely accepted standards. While painstakingly researched, facts may or may not be indicative of actually occurring events or natural phenomena. The author accepts no responsibility for personal loss or injury resulting from memorisation and subsequent use. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
$ gst-inspect | grep 264
and you will find what encoders for h264 you have. |
[ian@localhost ~]$ gst-inspect-1.0 | grep 264
videoparsersbad: h264parse: H.264 parser rtp: rtph264pay: RTP H264 payloader rtp: rtph264depay: RTP H264 depayloader typefindfunctions: video/x-h264: h264, x264, 264 [ian@localhost ~]$ It does not seem to me that I have any suitable h264 encoders - although I am prepared to be enlightened. Is x264enc something that was around in 0.10, but has disappeared in 1.0? Ian On 11/12/2012 17:30, bamboosso wrote:
$ gst-inspect | grep 264 and you will find what encoders for h264 you have. -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Recording-to-other-than-AVI-format-tp4657369p4657371.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 --
-- Ian Davidson 239 Streetsbrook Road, Solihull, West Midlands, B91 1HE -- Facts used in this message may or may not reflect an underlying objective reality. Facts are supplied for personal use only. Recipients quoting supplied information do so at their own risk. Facts supplied may vary in whole or part from widely accepted standards. While painstakingly researched, facts may or may not be indicative of actually occurring events or natural phenomena. The author accepts no responsibility for personal loss or injury resulting from memorisation and subsequent use. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 2012-12-11 20:23, Ian Davidson wrote:
> [ian@localhost ~]$ gst-inspect-1.0 | grep 264 > videoparsersbad: h264parse: H.264 parser > rtp: rtph264pay: RTP H264 payloader > rtp: rtph264depay: RTP H264 depayloader > typefindfunctions: video/x-h264: h264, x264, 264 > [ian@localhost ~]$ > > It does not seem to me that I have any suitable h264 encoders - although > I am prepared to be enlightened. Is x264enc something that was around > in 0.10, but has disappeared in 1.0? > > Ian Did you install the gst-plugins-ugly package? Distributions like Ubuntu might have split up the packages. I think Ubuntu has -multiverse ones. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |