问题描述
a几年前我写了一个AVI-clip记录器,它会从我的摄像机播放剪辑,我会输入描述,然后它会从文件中添加一些信息,运行时间等。
它会产生一个包含所有视频片段的电子表格。
我使用Visual C ++ / MFC,调用主要是MCI ***()函数(vfw.h)。
现在我有一个更新的高清摄像机,它输出AVCHD(* .mts)文件。
显然AVI记录器不会打开MTS文件,所以我的问题是 - 我用什么API来实现这些* .mts文件。
在此先感谢,
布莱恩。
Hi,
a few years ago I wrote a AVI-clip logger, it would play the clips from my video camera, I would type a description, and it would add some information from the file, run time, etc.
And it would produce a spreadsheet of all of the video clips.
I used Visual C++/MFC and the calls were mostly MCI***() functions (vfw.h).
Now I have a newer HD video camera, it outputs AVCHD (*.mts) files.
Obviously the AVI logger will not open MTS files, so my question is - what API do I use for these *.mts files.
Thanks in advance,
Bryan.
推荐答案
这篇关于AVCHD(* .mts)视频文件处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!