DTVideo UE录屏插件使用说明

简介: DTVideo UE录屏插件使用说明

本插件可以在蓝图中简单调用即可时时录制游戏画面并保存为MP4文件。

插件只有2个蓝图函数开放使用,这两个函数已经可以满足使用需求。


This plug-in can be simply called in the blueprint to record the game screen from time to time and save it as an MP4 file.


The plug-in has only two blueprint functions open to use, and these two functions can already meet the needs of use.

1. StartRecord    分组 DT Video

这是开始录制函数,参数[ Width ]和 [ Height ]为需要录制的分辨率,如果参数为0,就默认就是当前的运行分辨率


1. StartRecord     Category DT Video

This is the function to start recording. The parameters [Width] and [Height] are the resolution to be recorded. If the parameter is 0, the default is the current operating resolution

2. StopRecord     分组 DT Video

这是停止录制并保存的函数,参数[ Name ]为保存文件路径和文件名。


如果只是文件名,则文件保存在 项目名\Saved\VideoCaptures 这个目录中,如 “123.mp4”。


如果是绝对硬盘路径加名字,则保存在相应的文件中,如 “C:\\123.mp4”。


如果为空,则会已当前时间戳为文件名,保存在VideoCaptures文件里面。


这是一个异步函数,在文件保存以后才会执行 Success 和 Failure 节点。

2. StopRecord     Category DT Video

This is a function to stop recording and save. The parameter [Name] is the path and file name of the saved file.


If it is just a file name, the file is saved in the directory of project name\Saved\VideoCaptures, such as "123.mp4".


If it is an absolute hard disk path and name, it will be saved in the corresponding file, such as "C:\\123.mp4".


If it is empty, the current timestamp will be the file name, and it will be saved in the VideoCaptures file.


This is an asynchronous function, and the Success and Failure nodes will not be executed until the file is saved.

插件代码下载地址

DTVideo: UE4 录像插件 (gitee.com)

相关文章
|
6月前
|
移动开发 监控 小程序
mPaaS常见问题之音视频通话微信小程序通话界面录制为画中画模式如何解决
mPaaS(移动平台即服务,Mobile Platform as a Service)是阿里巴巴集团提供的一套移动开发解决方案,它包含了一系列移动开发、测试、监控和运营的工具和服务。以下是mPaaS常见问题的汇总,旨在帮助开发者和企业用户解决在使用mPaaS产品过程中遇到的各种挑战
100 0
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
524 0
|
2月前
UE5使用Dash插件实现程序化地形场景制作
本文介绍了如何在Unreal Engine 5中使用Dash插件来实现程序化地形场景制作,包括插件激活、基本使用、资产导入路径和练习成果展示。
UE5使用Dash插件实现程序化地形场景制作
|
5月前
|
自然语言处理 程序员 Windows
[UE虚幻引擎] DTSpeechVoice 文字转语音播放 插件说明
这个插件用于在虚幻引擎(UE)中通过蓝图将文本转化为语音播放,利用Windows内置的语音引擎,支持Win10和Win11。确保电脑已安装语音系统,可能需要额外下载语言包以支持多语言播放。蓝图操作包括添加Speech Voice Component到Actor,使用Speak节点播放文本,Set Volume调整音量,Set Rate改变播放速度,Pause和Resume控制播放状态,Stop则停止播放且无法恢复。此外,Get Tokens和Set Token用于管理语音类型。更多详情可访问[80后程序员](https://dt.cq.cn/archives/1008?from=aliyun)
67 5
|
6月前
|
编解码
🖥️Electron实现录屏软件(二)——指定区域录制
🖥️Electron实现录屏软件(二)——指定区域录制
|
移动开发 前端开发 API
uniapp实现条码扫描 可开闪光灯,原生H5调用,不需要任何sdk。
一维码识别功能使用的是Quagga这个库。调用摄像头使用的 navigator.mediaDevices.getUserMedia 这个H5的api。通过 video 和 canvas 把摄像头获取到的数据展现到页面上,同时调用监听Quagga解析。
629 0
|
JSON 数据格式
DTHttpJson UE4插件使用说明
DTHttpJson UE4插件使用说明
222 0
|
开发工具 Android开发 C++
[√]cocos2dx接入firebase后,点击消息通知栏闪退渲染异常
[√]cocos2dx接入firebase后,点击消息通知栏闪退渲染异常
121 0
|
Windows
UE DTCmd 插件说明
UE DTCmd 插件说明
122 0