After you have the basics of creating and manipulating video content using the QuickTime for Java API down, your next major hurdle is converting the content to an iPod-compatible format. 在有了使用QuickTimeforJavaAPI创建和操作视频内容的基础之后,下一个主要障碍就是把内容转换成与iPod兼容的格式。
QuickTime for Java was originally created for the Macintosh platform, but it's been freely available to both Windows and Mac users for several years. QuickTimeforJava最初是为Macintosh平台创建的,但过去这几年时间里,Windows和Mac用户也可以随意使用它。
After you've added the QuickTime for Java libraries to your classpath all you need to do is provide the name of the file that you want to edit. 在向类路径中添加了QuickTimeforJava库之后,需要做的就是提供想要编辑的文件的名称。
At the end of the article, I 'll leave you with some example code that you can use to learn more about manipulating videos using the QuickTime for Java API. 在文章末尾,将留给您一些示例代码,可以用它们学习使用QuickTimeforJavaAPI进行视频操作的更多内容。
We aren't creating a full editing API like Quicktime(QT), but you 'll be able to do the basics very easily. 我们不是在创建一个完整的像Quicktime那样的API,但是你将可以非常容易地做一些基本处理。