分类

安卓应用安卓游戏

屏幕录像

iTools Pro Windows

iTools Pro Windows 4.5.1.9 专业版

大小:53.4 MB

语言:简体中文系统:WinXP, Win7, Win8, Win10

类别:屏幕录像时间:2023-01-04 19:33

苹果手机管理工具
  • iTools Pro Windows
  • iTools Pro Windows
  • iTools Pro Windows
  • iTools Pro Windows
  • iTools Pro Windows

Tags:屏幕录像屏幕录像软件屏幕取色

iTools Pro Windows 录屏大师 是一款能够让 iphone 或 ipad 里的游戏、照片、视频等通过wifi到投射到电脑或电视屏幕上的软件。iTools Pro 能够让iPhone, iPod touch和iPad,iPad mini通过WiFi网络投射到支持AirPlay的设备上,更好的体验苹果移动设备上的视频,音乐,照片,欢迎下载!

iTools苹果录屏大师去水印教程

了解iOS开发的应该都知道,从OS X Yosemite 发布开始,新上架的APP都需要上传一个APP演示的视频。
于是我们用了itools的 苹果录屏大师,

可是录制出来的东西全都有水印, 如下图



然后就被苹果拒绝了。于是查壳,UPX的。脱完壳之后是12M。查程序的资源也没查到这个水印。

然后我就不知道如何操作了, 我的想法是点击开始录制的时候,应该会调用其它dll进行视频录制同时加上水印一起编码生成mp4

但是查看相关的模块貌似都没有啊



求教大神思路。

-----------------------------------------------------------
update 05.09
-----------------------------------------------------------
经过一天的不断摸索。发现它是用了开源的 mp4v2(http://code.google.com/p/mp4v2/downloads/list)来进行视频文件的生成的 ,字符串参考里面透露了这些信息:

[Asm] 纯文本查看 复制代码
?
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
005DCBA5 push AirPlaye.00B146C8                 mp4v2::impl::MP4Integer16Array::Insert
005DCBAC push AirPlaye.00B14694                 e:\workdata\guoxd\iairplay\libmp4v2\src\mp4array.h
005DCC67 push AirPlaye.00B142C8                 illegal array index
005DCC77 push AirPlaye.00B146F0                 mp4v2::impl::MP4Integer32Array::Insert
005DCC81 push AirPlaye.00B14694                 e:\workdata\guoxd\iairplay\libmp4v2\src\mp4array.h
005DCD3E push AirPlaye.00B142C8                 illegal array index
005DCD4E push AirPlaye.00B14718                 mp4v2::impl::MP4Integer64Array::Insert
005DCD58 push AirPlaye.00B14694                 e:\workdata\guoxd\iairplay\libmp4v2\src\mp4array.h
005DCE1C push AirPlaye.00B142C8                 illegal array index
005DCE2C push AirPlaye.00B14774                 mp4v2::impl::MP4TrackArray::Insert
005DCE36 push AirPlaye.00B14740                 e:\workdata\guoxd\iairplay\libmp4v2\src\mp4track.h
005DCF05 push AirPlaye.00B147D4                 assert failure: (m_file)
005DCF15 push AirPlaye.00B147B0                 mp4v2::impl::MP4File::GetFilename
005DCF1C push AirPlaye.00B14798                 ..\..\src\mp4file.cpp
005DCF86 push AirPlaye.00B147F0                 operation not permitted in read mode

找了各种资料,看mp4v2是如何使用的,基本上同这个类似(虽然这个压的是3gp的格式,用的是h263,但是mp4过程是一样的 )



然后开始找各种资料 看看 mp4v2 有没有涉及添加水印的方法 可是没有找到。。。。

我在OD里面 跟踪也确实会 走到 MP4CreateEx MP4AddH264PictureParameterSet MP4AddH264VideoTrack MP4AddAudioTrack MP4Close 但是还是找不到水印是哪里来的!!!!!!!!!!!!!!!!!!!!!!!

∨ 展开

相关版本

同类推荐

相关下载

猜你喜欢

相关文章

热门推荐

下载排行

网友评论

我要跟帖
取消
游客

感谢推荐,很不错的1

回复赞(8)
查看所有评论 共 1