yrom / ScreenRecorder

Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs
1.86k stars 528 forks source link

录制区域可以定义吗 #9

Open ar-tool opened 6 years ago

ar-tool commented 6 years ago

我只想录制应用内UI区域,怎么定义

yrom commented 6 years ago

可以实现的,要对virtual display 创建出来的surface 做二次操作。

ar-tool commented 6 years ago

是设置width和height吗

yrom commented 6 years ago

没有那么简单。。。需要用到OpenGL

TomWangTW commented 6 years ago

@yrom Hi yrom, 想請問能否提供思路呢? 假設我只想錄app內中的一個view的變化, 光靠Android目前的API似乎 不容易達成.

jaxlifu commented 5 years ago

@yrom 大佬方便提供一个相关指定view录屏demo吗?

jaxlifu commented 5 years ago

目前看到这个功能的软件有fooview,可惜这个app不是开源的

wyq777 commented 5 years ago

github上面那个可以直接用啊,我也是转的

------------------ 原始邮件 ------------------ 发件人: "Jax"notifications@github.com; 发送时间: 2019年9月24日(星期二) 中午11:19 收件人: "yrom/ScreenRecorder"ScreenRecorder@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: Re: [yrom/ScreenRecorder] 录制区域可以定义吗 (#9)

目前看到这个功能的软件有fooview,可惜这个app不是开源的

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jaxlifu commented 5 years ago

@wyq777 指定区域录屏的吗,方便给下连接吗谢谢!

wyq777 commented 5 years ago

不指定区域 就是全屏录

https://github.com/yrom/ScreenRecorder

------------------ 原始邮件 ------------------ 发件人: "Jax"notifications@github.com; 发送时间: 2019年9月24日(星期二) 中午11:36 收件人: "yrom/ScreenRecorder"ScreenRecorder@noreply.github.com; 抄送: "wangyunqi"1355102919@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [yrom/ScreenRecorder] 录制区域可以定义吗 (#9)

@wyq777 指定区域录屏的吗,方便给下连接吗谢谢!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jaxlifu commented 5 years ago

@wyq777 全屏录屏我知道,想要的是指定view录屏实现,作者说可以用过对virtual display 创建出来的surface 做二次操作实现指定view录屏,所以想了解下。

13120241790 commented 7 months ago

@wyq777 @ar-tool @jaxlifu 现在很多录屏有悬浮球功能,和这个 issue 描述是类似的,录屏的时候如何把这个悬浮球排除掉 就是录屏功能 别把悬浮球录制进去了 用户可以在桌面上看到悬浮球 但是录制出来的内容不包含悬浮球

yijigu7745 commented 7 months ago

  您好,您发送的邮件我已收到,谢谢。