PPT NDI 介绍 PPT NDI通过NewTek发布的NDI技术传输PowerPoint演示文稿。 得益于透明性的支持,它也可以用作字符生成器。 它还提供了支持Alpha透明度的SlideShow监视器功能,并且可以集成到任何不支持NDI的第三方视频播放器中。 最新版本是PPT NDI v1.0.6。 基本用法 从下载PPT NDI 如果您已下载安装程序,请执行pptndi_setup.exe。 安装后,单击开始按钮,然后选择“ PPT NDI”。 如果您已下载7z文件,则将其解压缩并只需运行可执行文件“ ppt-ndi.exe” 请选择以下任一模式。 PowerPoint幻灯片显示模式 经典模式 PowerPoint幻灯片显示模式 选择PowerPoint幻灯片显示模式以显示NDI预览窗口。 请确保禁用“包括背景”选项以启用透明度。 打开PowerPoint演示文稿....
2022-11-29 11:04:25 2.21MB 开发技术 其它
1
直播插件 好用的很
2022-11-21 20:24:54 1.67MB 直播
1
好多资源都需要翻墙才能下载,这里转发过来
2022-09-18 22:04:48 206.45MB ndi 视音频
1
NewTek+NDI+Tools
2022-08-18 18:00:11 105.18MB NewTek+NDI+Tools
1
NDI mini系列是基于Full NDI (i帧高质量低延迟)的双向编码/解码器,支持3G-SDI和HDMI 4K30的编码、解码、音频加嵌、解嵌、SDI/HDMI互转等集众多强大功能于一体,DC/POE/ USB等单独/组合供电方式、设备精致小巧,做工精湛,铝镁合金一体化铣制,适用于所有采用IP化制作及直播的场合。 编解码一键切换,web UI操控和设置盒子,大尺寸3面可视TALLY灯,1.3寸OLED显示当前参数和状态,如编解码状态、NDI流名称、输入源、输入格式、IP等...现场情况一目了然。 强大功能和灵活设置,如输入源(SDH/HDMI) 切换/转换/分配、音频嵌入/解嵌/混音、NDI带宽、画幅、帧率、监听、PTZ、通话(需通话软件)、时间戳、元数据(定制)、灵活供电(可 电池)...等众多实用功能,使工作如虎添翼!
2022-07-30 18:05:04 42.62MB NDI 科思图 ScienceImage NDIHDmini
1
NDI Studio 4K系列双向编解码器分为3个型号:NDI Studio 4K.H、NDI Studio 4K.S和NDI Studio 4K.SH; NDI Studio 4K系列为基于Full NDI (i帧高质量低延迟)的双向编码/解码器,支持12G-SDI和HDMI 4K60的编码、解码、SDI/HDMI互转/上下变频/变换、光收发器(可变格式)等,为全球 唯一一款将三大主要功能集于一体的强大盒子,DC/POE单独或组合供电、精致小巧,做工精湛,铝镁合金一体化铣制,适用于所有采用IP化制作及直播的场合。 编码解码一键切换,Web UI操控和设置,大尺寸3面可视TALLY灯,1.3寸OLED显示当前参数:编解/解码、NDI流名称前输入源、输入格式、输出格式、光收发状态、IP…现场一目了然。 强大功能和灵活设置,输入源(SDH/HDMI)切换/转换/分配、27种格式的上下变频变换、音频嵌入/解嵌、混音、NDI带宽、画幅、帧率、监听、PTZ、通话(需软件)、时间戳、元数据 (定制)、灵活供电...众多实用功能
2022-07-30 18:05:03 69.28MB NDI 科思图 ScienceImage NDIStudio4K
1
官网的下起来很卡
2022-06-14 14:09:33 258.64MB ndisdk ndiue4plugin
1
克拉克·尼迪 KlakNDI是一个Unity插件,允许使用在计算机之间发送/接收视频帧。 (网络设备接口)是公司开发的标准,使应用程序可以通过局域网传送视频流。 有关该技术的更多信息,请参考 系统要求 Unity 2019.4 Windows:支持D3D11和D3D12 macOS:需要金属 Linux:需要Vulkan iOS:需要金属 KlakNDI支持所有标准渲染管道(内置,URP和HDRP)。 移动平台的局限性 目前, KlakNDI仅在iOS上支持发件人功能。 此限制来自NDI SDK,因此无法添加接收器功能支持。 KlakNDI需要NDI SDK v4.5才能构建到i
2022-01-05 15:16:51 5.97MB plugin unity unity3d ndi
1
// This file is provided under the NDI Embedded SDK license that is contained // within the Embedded SDK documentation and is subject to the terms there-in. // Your use of any part of this SDK is acknowledgment that you agree to the SDK // license terms. #include "../ndi_common/stdafx.h" #include "ndi_encode.h" #ifdef _WIN32 #include #else #include #include #endif #include "Processing.NDI.Lib.h" // Global debug variables, from debug.h FILE *dbgstream = stderr; int debug_level = LOG_ERR; bool debug_flush = false; void boilerplate() { // Report the NDI SDK Version printf("%s\n", NDIlib_version()); printf("Copyright © 2020 NewTek, Inc.\n"); printf("Provided under NDI® Embedded SDK License\n"); printf("For more information please go to ndi.newtek.com\n"); printf("\n"); } void platform_warn(uint8_t platform) { // A little white space for clarity printf("\n"); // Warn about the NDI software timeout printf("NOTE: This version of the NDI Embedded SDK is designed for development use\n"); printf("and will run on a stream for 30 minutes. For a commercial use license,\n"); printf("please email ndi@newtek.com\n"); printf("\n"); switch (platform) { case hardware::ePlatform_ZCU104: // Warn about the evaluation core HDMI timeout printf("WARNING: The evaluation HDMI Rx core will time out after apx. 40 minutes of\n"); printf("system uptime. Reprogram the FPGA (reboot) to restore normal operation.\n"); printf("\n"); default: // Don't do anything break; } }
2021-12-15 09:56:09 46KB NDI C++ encode
1
电磁位置跟踪器驱动,原厂光盘内容。内含API接品等,全部文件
2021-11-18 10:13:47 26.45MB NDI 位置跟踪器
1