屏幕录制引擎 phoenix-recorder

码农软件 · 软件分类 · 多媒体处理 · 2019-09-13 07:28:38

软件介绍

phoenix-recorder是phoenixframework自动化测试平台的一个模块。

是一个Java版的屏幕录制引擎,并能将录制后的视频压缩转换成wmv,mp4等格式

启动方法:phoenix.record.run.recorder.ScreenRecorderMain.start
停止方法:phoenix.record.run.recorder.ScreenRecorderMain.sttop
使用方法示例:
ScreenRecorderMain screenRecorderMain = new ScreenRecorderMain();
screenRecorderMain.start();
......
screenRecorderMain.stop();
实现原理

1.通过java自带的robot方法按一定频率进行截屏,先驻留内存中 2.首先按avi编码循环持续压制,持续存储到硬盘 3.使用ffmpeg.exe压缩转换成flv格式,压缩率30:1,即将30M的avi视频能压缩到1M的flv,且播放效果损失不太大 4.整个过程都是在后台完成

本文地址:https://codercto.com/soft/d/14482.html

The Art of Computer Programming, Volume 4,  Fascicle 3

The Art of Computer Programming, Volume 4, Fascicle 3

Donald E. Knuth / Addison-Wesley Professional / 2005-08-05 / USD 19.99

Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 4, Fascicle 3》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具