"no property profile in element x264enc" on Windows

doon don-prog at mail.ru
Mon Dec 28 13:07:47 PST 2015


Sebastian Dröge-3 wrote
> On Sa, 2015-12-26 at 06:38 -0800, doon wrote:
>> I am trying to encode video from webcam using x264enc with profile
>> property
>> on Windows: 
>> 
>> gst-launch-1.0 ksvideosrc ! videoconvert ! x264enc profile=1 ! queue
>> ! fakesink
>> 
>> but get error:
>> 
>> WARNING: erroneous pipeline: no property "profile" in element
>> "x264enc0"
>> 
>> I already tried to reinstall gstreamer and gstreamer-devel with all
>> plugins but it didn't help. How I can set H.264 profile on Windows?
> 
> The x264enc element does not have a profile property. It had in 0.10
> but that was removed in 1.x in favour of configuring profiles (and
> other stream specific properties that often have to be negotiated) via
> caps. It's not a Windows specific problem but intentional.
> 
> Try using
> ... ! x264enc ! "video/x-h264,profile=baseline" ! ...
> 
> -- 
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
> 
> 
> _______________________________________________
> gstreamer-devel mailing list

> gstreamer-devel at .freedesktop

> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 
> 
> signature.asc (968 bytes)
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4675056/0/signature.asc>

That works, thanks!



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/no-property-profile-in-element-x264enc-on-Windows-tp4675046p4675061.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list