- 博客(8)
- 问答 (1)
- 收藏
- 关注
翻译 GStreamer官方教程系列——Basic tutorial 5: GUI toolkit integration
GStreamer官方教程系列Basic tutorial 5: GUI toolkit integration原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/toolkit-integration.html?gi-language=c目标 本教程会展示如何将GStreamer集成到GUI工具包例如GTK+。基本上,GStreamer负责媒体播放而GUI工具包负责用户交互。最有意思的部分是两个库都需要交互的地方:
2021-09-30 12:10:55
440
翻译 GStreamer官方教程系列——Basic tutorial 4: Time management
GStreamer官方教程系列Basic tutorial 4: Time management原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/time-management.html?gi-language=c目标 本教程会展示怎么使用GStreamer时间相关设施。特别是:如何询问管道以获取诸如流位置或长度之类的信息。如何寻找(跳跃)到一个流中不同的位置(时间)。引言 GstQuery是一种询问
2021-09-29 17:05:20
245
翻译 GStreamer官方教程系列——Basic tutorial 3: Dynamic pipelines
GStreamer官方教程系列Basic tutorial 3: Dynamic pipelines原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c目标 本教程会展示前两个教程余下的使用GStreamer需要的基本概念,“动态”构建管道,当信息变得可用时,而不是在一开始就定义一个完整的管道。 在学习本教程之后,你就有了足够的知识储备来开始
2021-09-29 15:35:20
305
翻译 GStreamer官方教程系列——Basic tutorial 2: GStreamer concepts
GStreamer官方教程系列Basic tutorial 2: GStreamer concepts原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/concepts.html?gi-language=c目标 上一个教程展示了如何自动构建一个管道。而本教程我们将会手动构建管道,实例化每个元件并且将它们链接在一起。在这个过程中,我们会学习到:什么是GStreamer元件以及如何创建它。怎么链接元件。怎么自定
2021-09-29 13:22:56
244
翻译 GStreamer官方教程系列——Basic tutorial 1: Hello world!
GStreamer官方教程系列Basic tutorial 1: Hello world!原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html?gi-language=c目标 这个教程将会利用GStreamer播放一个视频。Hello world basic-tutorial-1.c代码见下。#include <gst/gst.h>intmain (int a
2021-09-29 11:06:05
427
翻译 GStreamer官方教程系列——Pipeline manipulation
GStreamer官方教程系列Pipeline manipulation原文:https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html?gi-language=c#using-probes 本节展示了诸多可以用来操纵你的应用中的管道(pipeline)的方法。主要有以下主题:怎么将一个应用中的数据插入到管道中。怎么从一个管道中读取数据。
2021-08-26 11:16:46
1660
翻译 GStreamer官方教程系列——Playback tutorial 7: Custom playbin sinks
GStreamer官方教程系列Playback tutorial 7: Custom playbin sinks原文:https://gstreamer.freedesktop.org/documentation/tutorials/playback/custom-playbin-sinks.html?gi-language=c#playback-tutorial-7-custom-playbin-sinks目标 playbin可以通过手动选择其音频及视频槽来进一步自定义。这使得应用可以通过pla
2021-08-16 16:37:36
351
翻译 GStreamer官方教程系列——Playback tutorial 2: Subtitle management
GStreamer官方教程系列Playback tutorial 2: Subtitle management目标这个教程与之前的非常相似,但这次在不同字幕流之间切换,而不是音频或视频流。本教程学习重点:如何选择字幕流如何添加外部字幕流如何自定义字幕字体介绍...
2021-08-12 15:30:39
318
空空如也
docker怎么动态连接宿主机的usb摄像头
2021-09-22
TA创建的收藏夹 TA关注的收藏夹
TA关注的人