生成mov文件最简单的办法,就是使用FlattenMovie() API
Creates a new movie file containing a specified movie.
void FlattenMovie (
Movie theMovie,
long movieFlattenFlags,
const FSSpec *theFile,
OSType creator,
ScriptCode scriptTag,
long createMovieFileFlags,
short *resId,
ConstStr255Param resName );
本文介绍了一种简单的生成MOV文件的方法:通过使用FlattenMovie() API。该API可以创建包含指定电影内容的新MOV文件。
1974

被折叠的 条评论
为什么被折叠?



