Video editing tool

The report first introduces some of the background information related to video editing. The application developed is an editing tool to cut and merge two video files together. It is able to get the video stream and audio stream from the AVI file, and then cut or merge both of them. Various Direc...

全面介绍

书目详细资料
主要作者: Lin, Teng.
其他作者: Cai Jianfei
格式: Final Year Project (FYP)
语言:English
出版: 2009
主题:
在线阅读:http://hdl.handle.net/10356/16969
实物特征
总结:The report first introduces some of the background information related to video editing. The application developed is an editing tool to cut and merge two video files together. It is able to get the video stream and audio stream from the AVI file, and then cut or merge both of them. Various DirectShow filters have been written, which provides the main functions the DES(DirectShow Editing Service). Many other filters have been used to support this tool. The application and filters are written in C\C++ and make use of Microsoft’s DirectShow framework. DirectShow is a technology from Microsoft that allows developers to easily play, record or editing multimedia content. This report also describes some software development technologies on DES, as well as some WIN32 API programming technologies.