“GStreamer overview”的版本间的差异

来自百问网嵌入式Linux wiki
 
第1行: 第1行:
 +
:GStreamer是用于构建媒体处理组件图的库。
 +
:受支持的应用程序范围从简单的视频播放,音频/视频流到复杂的音频(混合)和视频(非线性编辑)处理。
 +
:应用程序可以透明地受益于最新的编解码器和过滤器技术。
 +
:开发人员可以通过编写带有干净通用接口的简单插件来添加新的编解码器和过滤器。[http://gstreamer.freedesktop.org/features/index.html 阅读更多...]
 +
:GStreamer是根据LGPL许可发布的。1.x系列是API和ABI稳定的。
 +
 +
=官方文档=
 +
:请访问[http://gstreamer.freedesktop.org/ GStreamer官方网站]以获取最新文档。
 +
:请参阅[http://gstreamer.freedesktop.org/documentation/plugins.html GStreamer插件概述]以获取受支持的本机插件及其关联文档的列表。
 +
:[http://gstreamer.freedesktop.org/news/ GStreamer新闻文章]中介绍了所有GStreamer版本。
 +
=深入了解=
 +
*[https://gstreamer.freedesktop.org/documentation/ GStreamer文档]
 +
*[https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html#pipeline-examples 使用gst-launch命令行的一些示例]
 +
*[https://gstreamer.freedesktop.org/documentation/application-development/basics/index.html 如何基于GStreamer编写应用程序]
 +
*[https://gstreamer.freedesktop.org/documentation/tutorials/basic/index.html# 编写基于GStreamer应用程序的基础教程]
 +
=GStreamer实用程序=
 +
GStreamer提供了多个命令行实用程序来处理多媒体内容,这是一些带有用法和典型示例的专用文章:
 +
*[https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html gst-launch]
 +
*[https://wiki.st.com/stm32mpu/wiki/Gst-play gst-play]
 +
*[https://wiki.st.com/stm32mpu/wiki/Gst-discoverer gst-discover]
 +
*[https://wiki.st.com/stm32mpu/wiki/Gst-typefind gst-typefind]
 +
=GStreamer如何使用=
 +
*[[How to play a video | 如何播放视频]]
 +
*[[How to get video details | 如何获取视频详细信息 ]]
 +
*[[How to make a camera preview | 如何进行相机预览 ]]
 +
*[[How to stream camera over network| 如何通过网络流式传输摄像头数据]]
 +
*[[How to profile video framerate | 如何描述视频帧率]]
 +
 +
=其它参考链接=
 +
*官方网站:http://gstreamer.freedesktop.org/
 +
*插件文档:[http://gstreamer.freedesktop.org/documentation/plugins.html All plugins],[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/ gst-plugins-good], [http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/ gst-plugins-bad]
 +
:*过滤器:[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videoscale.html videoscale],[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videoconvert.html videoconvert],[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-videobox.html videobox],[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-videocrop.html videocrop],[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-plugin-videofilter.html videofilter]
 +
:*额外:[http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-videomixer.html videomixer]
 +
*贡献者:
 +
:*http://www.collabora.com/
 +
:*http://eu.fluendo.com/
 +
*维基百科:
 +
:*https://en.wikipedia.org/wiki/Gstreamer
 +
:*https://en.wikipedia.org/wiki/Collabora
 +
*GStreamer设计文档(不适用于用户):https://gstreamer.freedesktop.org/documentation/design/index.html
 +
*GStreamer新闻(包括发布):https://gstreamer.freedesktop.org/news/
 +
 +
 +
=GStreamer最新源代码=
 +
:您可以从[http://cgit.freedesktop.org/gstreamer/]获取最新的GStreamer源代码。
 +
 
[[Category:Linux_Operating_System]]
 
[[Category:Linux_Operating_System]]
 
[[Category:Visual]]
 
[[Category:Visual]]
 
[[Category:GStreamer]]
 
[[Category:GStreamer]]

2019年12月11日 (三) 10:27的版本

GStreamer是用于构建媒体处理组件图的库。
受支持的应用程序范围从简单的视频播放,音频/视频流到复杂的音频(混合)和视频(非线性编辑)处理。
应用程序可以透明地受益于最新的编解码器和过滤器技术。
开发人员可以通过编写带有干净通用接口的简单插件来添加新的编解码器和过滤器。阅读更多...
GStreamer是根据LGPL许可发布的。1.x系列是API和ABI稳定的。

官方文档

请访问GStreamer官方网站以获取最新文档。
请参阅GStreamer插件概述以获取受支持的本机插件及其关联文档的列表。
GStreamer新闻文章中介绍了所有GStreamer版本。

GStreamer实用程序

GStreamer提供了多个命令行实用程序来处理多媒体内容,这是一些带有用法和典型示例的专用文章:

GStreamer最新源代码

您可以从[1]获取最新的GStreamer源代码。