问题标签 [quicktime]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 如何使用 qtj 和 java 从一组图像中创建电影?
我有一组图像,我想一个接一个地添加并创建一部电影。我将为此使用 Quicktime for java(我在 Mac 上)。
我在网上搜索了很多示例,这些示例展示了如何使用 qtj 播放电影,但是我找不到任何代码片段或教程来展示如何使用 qtj 逐帧创建电影?
cross-platform - 跨平台网络摄像头访问
我正在寻找一个跨平台的视频捕获库,用于网络摄像头访问。一种在 Linux 上封装 V4L/V4L2、在 Windows 上封装 DirectShow 和在 Mac 上封装 QuickTime。
首选 C 或 C++,但如果 Java 或 Python 有更好的库选项,我可以使用它们。
html - How to get rid of white space around an
SUMMARY: an embed with 100% width and height pushes its parents size to be 100% width and height of the grandparent. How do I get the embed element to collapse all the white space around it so that it fits the width and height of its parent perfectly?
I have a page with an image, which upon being clicked gets replaced by an embed element that plays a quicktime movie.
The problem is that the embedded movie has a large amount of white space around it.
The video is of unknown size so how do I get rid of this whitespace while leaving height and width at 100%?
EDIT: Though it doesn't show, I am actually clearing the padding and margins. The white space still remains.
EDIT 2: The white space in question is between the movie and the black border, not the black border and the browser.
python - 什么是适用于 MS Windows 的 QuickTime API 的好教程?
我正在开发一个必须在 Windows 上读取和操作 QuickTimes 的项目。不幸的是,Apple 网站上的所有教程和示例代码似乎都是针对 Mac 的。网络上是否有专门针对 Windows 的 QuickTime 编程的好资源?是的,我知道我可以(最终)通过 Mac 的东西猛烈抨击并最终得到一些工作,但我真的很想看到在 Windows 上处理它的最干净和最好的方法以及要注意的问题.
对于额外的点,很高兴看到有人如何通过 REBOL 或 Python 等动态语言使用 QuickTime API(不,Mac Python QuickTime 绑定不算数!)。
谢谢!
java - QuickTime for Java 与 iTunes DRM
Apple QuickTime 独立播放器可以很好地管理 iTunes 的 DRM 方案,可以毫无问题地播放从 iTunes 下载的电影。有什么方法可以让 QuickTime for Java 以同样好的方式处理 iTunes DRM,或者这只是超出了软件的能力范围?
flash - swf 到 quicktime
我有一个包含 actionscript3 的 flash 文件。我正在尝试将我的文件导出为 .mov 以在 quicktime 中播放。有时它会起作用,然后如果我对文件进行更改(移动几帧,但根本不更改脚本),它将导出一个空文件。有人对我能做什么有任何提示吗?也许如何导出快速时间。
我想知道是否可以将带有动作脚本的文件带入 After Effects?
谢谢,雷切尔
applescript - 从 QuickTime 导出的 AppleScript:无法将其导出为 .mov 而不是 .mp4
我需要将一堆大的.avis 导出/压缩到.movs。
我找到了下面的动作脚本(取自http://ldopa.net/2008/05/23/batch-export-for-quicktime-pro/)来做到这一点。
它成功地从桌面上名为“Input”的文件夹中获取视频,并将它们导出到桌面上名为“Export”的文件夹中。
唯一的问题是,它没有导出我在 Quicktime 中使用的“最新设置”。此外,它将其导出为 .mp4 而不是 .mov。
注意:原始脚本确实说:
但我将其更改为:
它仍然以 mpeg-4 格式导出。
完整脚本:
objective-c - QTKit PAL 模式
我使用 QTKit 的 MyRecorder 示例,它记录了所有内容,但我的相机是 PAL 并且 PAL 和 NTSC 的 H264 编码的分辨率不同。PAL 为 724x568,NTSC 为 724x480。
当我为 H264High 选择 QT 配置文件时,默认情况下它只需要 724x480 NTSC 分辨率输出文件,但我的相机是 724x568,因此最终输出在移动对象之间有很多不需要的水平线。
我知道问题只是分辨率设置,但 QTKit 编码如此紧密,没有设置可以更改任何编码器参数。
然而,Apple 建议仅使用 QTKit 而不是早期的序列采集器方法,但我们的庞大客户群将只有 PAL 相机,我们需要一些解决方案来启用 PAL 分辨率。谁能指导我们?
cocoa - 在 QTCapture 中设置分辨率?
我正在从网络摄像头录制。相机在 PhotoBooth 中看起来很棒。但是,当我在我的程序中使用 QTCaptureView 预览它,或者将它记录到文件中时,它非常非常慢。原因是 QuickTime 为我提供了 1600x1200 的最大可能分辨率。如何为我的 QTCaptureView 和我的录制文件强制一个更合理的大小?
objective-c - 如何移动 QTMovie 的光标?
我有一组具有 QTTime 结构作为属性的对象。对象位于绑定到 NSTableView 的 NSArrayController 中。我将 QTMovieView 设置为 IBOutlet。I want to have it such that when an item in the NSTableView is selected the QTMovieView's cursor is moved to the time indicated in the selected objects QTTime attribute. 有没有一种方法可以让我将 QTMovie 的当前时间点移动到 QTTime?