<div>Hi<br/>
<br/>
You can write gstreamer plugins in Python. Then you can read the script and eval() it. The counter part is you wont be getting C performance<br/>
<br/>
Michael<br/><br/>-----Original Message-----<br/>From: Josh Doe <josh@joshdoe.com><br/>To: Discussion of the development of and with GStreamer <gstreamer-devel@lists.freedesktop.org><br/>Sent: Mon, 03 Feb 2014 12:11<br/>Subject: Embedding scripting language in a filter element<br/><br/></div>I've often had a need to apply some simple processing to a video, <br/>
little one-off things that don't seem worth creating an element for. <br/>
I've either done quick hacks to an existing element or the <br/>
application, but I'd like to have a better way. I think it would be <br/>
useful to have a filter element that has a script property, some <br/>
interpreted language like Python or Julia, to allow even interactively <br/>
changing the script. Has anyone done this or something like it? The <br/>
closest I can find is glshader for running OpenGL fragment shaders. <br/>
<br/>
Thanks, <br/>
-Josh <br/>
_______________________________________________ <br/>
gstreamer-devel mailing list <br/>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a> <br/>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a> <br/>