如何使用脚本自动捕获游戏演练的视频?

发布于 2024-08-31 02:10:06 字数 124 浏览 4 评论 0原文

我想知道如何为《第二人生》等游戏的游戏演练进行自动视频捕获?我正在使用 camstudio 来捕获视频。使用 Windows,我想知道 shell 脚本或其他方式是否可以使用 camstudio 完成这项工作?

谢谢。

I would like to know how can I do an automated video capture for a game walk through on a game such as Second life, etc? I am using camstudio to capture the video. Using windows, I wonder if shell scripting, or otherwise can do the job with camstudio?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凡间太子 2024-09-07 02:10:06

如果您希望编写脚本并自动化与 Windows 应用程序的交互,例如在 CamStudio UI 上单击鼠标和击键,您可以尝试 AutoIt(免费软件)。

AutoIt 网站的功能列表:

  • 易于学习的类似 BASIC 的语法
  • 模拟击键和鼠标移动
  • 操作窗口和进程
  • 与所有标准 Windows 控件交互
  • 脚本可以编译成独立的可执行文件
  • 创建图形用户界面 (GUI)
  • COM 支持
  • 正则表达式
  • 直接调用外部DLL和Windows API函数
  • 可编写脚本的 RunAs 函数
  • 详细的帮助文件和大型社区支持论坛
  • 兼容Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista /
    2008年
  • Unicode 和 x64 支持
  • 经过数字签名,让您高枕无忧
  • 与 Windows Vista 的用户帐户控制 (UAC) 配合使用

另外,请尝试在 superuser.com 上询问,可能已经有应用程序在执行类似操作。

If you're looking to script and automate your interactions with a Windows application e.g your mouse clicks and keystrokes on the CamStudio UI, you can try AutoIt (freeware).

The list of features from the AutoIt website:

  • Easy to learn BASIC-like syntax
  • Simulate keystrokes and mouse movements
  • Manipulate windows and processes
  • Interact with all standard windows controls
  • Scripts can be compiled into standalone executables
  • Create Graphical User Interfaces (GUIs)
  • COM support
  • Regular expressions
  • Directly call external DLL and Windows API functions
  • Scriptable RunAs functions
  • Detailed helpfile and large community-based support forums
  • Compatible with Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista /
    2008
  • Unicode and x64 support
  • Digitally signed for peace of mind
  • Works with Windows Vista's User Account Control (UAC)

Also try asking at superuser.com, there may already be applications that might be doing something similiar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文