Flex AIR 提供最高视频质量
我想在我正在编写的 Flex AIR 应用程序中使用安装在我的计算机中的摄像头,并且我对质量选项有几个问题:
我对视频图像质量有任何限制吗?如果我的相机支持高清录制,我可以通过 AIR 应用程序以高清格式录制吗?
如何以我想要的任何格式导出录制的视频?
- 如果我想使用同一台相机拍摄静态照片,如何确保(在代码内)结果图片的最佳质量?
感谢您的回答。
I want to use a camera which is installed in my computer in a Flex AIR application i'm writing, and I have few questions regarding the quality options :
Do I have any limitation on the video image quality? If my camera supports HD recording, will I be able to record in HD format via the AIR application?
How can I export the recorded video in any format I want?
- If I want to use the same camera for shooting stills, how can I ensure (within the code) the best quality for the result pictures ?
Thanks for your answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) Air 可以毫无问题地播放 1080p,但是它无法从应用程序中“录制”它。有一些解决方法,但你不会有声音。这是操作系统应该处理的事情。
2)你不能,见上文。
3) 使用相机拍摄静态照片以提高图像质量是在硬件方面完成的,而不是软件方面。在软件中,它本质上相当于从视频中取出一帧。
1) Air can play 1080p no prob, however it cannot 'record' it from the application. There are some workarounds but you won't have sound. This is something that the OS should handle.
2) You can't, see above.
3) Shooting stills with a camera for picture quality is done on the hardware side, not software. In the software, it would essentially be equal to just taking one frame out of the video.