.NET玩转音视频操作 FFmpeg
.NET Conf China 2022 .NET玩转音视频操作 FFmpeg 周杰 (来自长沙) Handshakes by DC Frontiers https://github.com/sdcb/Sdcb.FFmpeg 扫码下载代码示例和PPT .NET使用FFmpeg两类方法和相关库 命令行 • FFmpeg.NET • MediaToolkit • Xabe.Ffmpeg • 自己写 C API平台调用 • FFmpeg.AutoGen • EmguFFmpeg API的能力、保留跨平台的能力 删掉并重写了依赖ClangMacroParser,比原版支持更多的宏解析 动态库加载方式从手动LoadLibrary改为了自动的[DllImport],这在.NET Core中可以自动从NuGet包中加载dll,这更符合.NET社区共识 除了底层封装,还提供了中层(类)封装和高层(帮助类)封装 简化了名字,如AVCodecID.AV_CODEC_ID_H264 -> AVCodecID0 码力 | 14 页 | 1.43 MB | 1 年前3Apache Cassandra 快速入门指南(Quick Start)
Apache Cassandra 快速入门指南(Quick Start) Spark大数据博客 - https://www.iteblog.com Apache Cassandra 快速入门指南(Quick Start) 我们在这篇文章简单介绍了 Apache Cassandra 是什么,以及有什么值得关注的特性。本文将简单介绍 Apache Cassandra 的安装以及简单使用,可以帮助大家快速了解 Apr 2 21:12 tools 1 / 11 Apache Cassandra 快速入门指南(Quick Start) Spark大数据博客 - https://www.iteblog.com 各个文件或目录介绍如下: bin:这个目录下包含了启动 Cassandra 以及客户端相关操作的可执行文件,包括 query Rack 2 / 11 Apache Cassandra 快速入门指南(Quick Start) Spark大数据博客 - https://www.iteblog.com UN 127.0.0.1 160.88 KiB 256 100.0%0 码力 | 11 页 | 0 Bytes | 1 年前3Linux Con Workshop Quick Start Demo 殷湘 姜宁
Company Linux Con Workshop Quick Start Demo 殷湘 姜宁 • 为了用户能更容易理解微服务架构原则,了解ServiceComb 的功能以及如何用其快速开发微服务; • 所以提供大家耳熟能详的例子,降低学习曲线的同时,增加 趣味性,加深用户的理解 。 Manager (网关) Doorman (认证服务) Worker (运算服务) Bulletin0 码力 | 12 页 | 2.10 MB | 1 年前3使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2023.11)
@enduml PlantUML 语言参考指引 (1.2023.11) 4 / 538 1.6 文本对齐 1 序列图 *[Ref. [QA-1361](https://forum.plantuml.net/1361)]* 1.6 文本对齐 箭头上的文本对齐可以用 skinparam sequenceMessageAlign,后接参数 left,right 或 center。 你也可以使用 direction @enduml PlantUML 语言参考指引 (1.2023.11) 6 / 538 1.9 对消息序列编号 1 序列图 语句 autonumber //start// 用于指定编号的初始值,而 autonumber //start// //increment// 可以 同时指定编号的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication authentication Response @enduml PlantUML 语言参考指引 (1.2023.11) 7 / 538 1.9 对消息序列编号 1 序列图 你还可以用语句 autonumber stop 和 autonumber resume //increment// //format// 来表示暂停或 继续使用自动编号。 @startuml autonumber 10 10 "[000]"0 码力 | 539 页 | 7.74 MB | 1 年前3使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2019.6)
Response @enduml PlantUML 语言参考指引 (1.2019.6) 4 / 173 1.7 对消息序列编号 1 时序图 语句 autonumber start 用于指定编号的初始值,而 autonumber start increment 可以同时指定编号 的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 动编号。 @startuml autonumber 10 10 "[000]" Bob -> Alice : Authentication Request Bob <- Alice : Authentication Response autonumber stop Bob -> Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob -> Alice : dummy autonumber resume 1 "Message 0 " Bob -> Alice : Yet another0 码力 | 174 页 | 1.98 MB | 1 年前3使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2019.9)
Response @enduml PlantUML 语言参考指引 (1.2019.9) 4 / 173 1.7 对消息序列编号 1 时序图 语句 autonumber start 用于指定编号的初始值,而 autonumber start increment 可以同时指定编号 的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 动编号。 @startuml autonumber 10 10 "[000]" Bob -> Alice : Authentication Request Bob <- Alice : Authentication Response autonumber stop Bob -> Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob -> Alice : dummy autonumber resume 1 "Message 0 " Bob -> Alice : Yet another0 码力 | 174 页 | 2.00 MB | 1 年前3使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2019.1)
Response @enduml PlantUML 语言参考指引 (1.2019.1) 4 / 145 1.7 对消息序列编号 1 时序图 语句 autonumber start 用于指定编号的初始值,而 autonumber start increment 可以同时指定编号 的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 动编号。 @startuml autonumber 10 10 "[000]" Bob -> Alice : Authentication Request Bob <- Alice : Authentication Response autonumber stop Bob -> Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob -> Alice : dummy autonumber resume 1 "Message 0 " Bob -> Alice : Yet another0 码力 | 146 页 | 1.91 MB | 1 年前3PlantUML 1.2019.3 语言参考指引
Response @enduml PlantUML 语言参考指引 (1.2019.3) 4 / 156 1.7 对消息序列编号 1 时序图 语句 autonumber start 用于指定编号的初始值,而 autonumber start increment 可以同时指定编号 的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 动编号。 @startuml autonumber 10 10 "[000]" Bob -> Alice : Authentication Request Bob <- Alice : Authentication Response autonumber stop Bob -> Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob -> Alice : dummy autonumber resume 1 "Message 0 " Bob -> Alice : Yet another0 码力 | 157 页 | 1.78 MB | 1 年前3PlantUML 1.2019.2 语言参考指引
Response @enduml PlantUML 语言参考指引 (1.2019.2) 4 / 156 1.7 对消息序列编号 1 时序图 语句 autonumber start 用于指定编号的初始值,而 autonumber start increment 可以同时指定编号 的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication autonumber stop 和 autonumber resume increment format 来表示暂停或继续使用自 动编号。 @startuml autonumber 10 10 "[000]" Bob -> Alice : Authentication Request Bob <- Alice : Authentication Response autonumber stop Bob -> Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob -> Alice : dummy autonumber resume 1 "Message 0 " Bob -> Alice : Yet another0 码力 | 157 页 | 1.78 MB | 1 年前3PlantUML 1.2020.22 语言参考指引
Authentication Request Bob <- Alice : Authentication Response @enduml 语句 autonumber //start// 用于指定编号的初始值,而 autonumber //start// //increment// 可以 同时指定编号的初始值和每次增加的值。 @startuml autonumber Bob -> Alice : Authentication Response @enduml PlantUML 语言参考指引 (1.2020.22) 6 / 294 1.9 页面标题, 页眉, 页脚 1 时序图 你还可以用语句 autonumber stop 和 autonumber resume //increment// //format// 来表示暂停或 继续使用自动编号。 @startuml autonumber 10 10 "[000]" autonumber stop Bob -> Alice : dummy autonumber resume "Message 0 " Bob -> Alice : Yet another authentication Request Bob <- Alice : Yet another authentication Response autonumber stop Bob0 码力 | 295 页 | 3.08 MB | 1 年前3
共 734 条
- 1
- 2
- 3
- 4
- 5
- 6
- 74