Cutlist Sample Applications


This article describes the cutlist sample applications included with the DirectShow SDK.

Contents of this article:

Simple Cutlist Sample

The simple cutlist (Simplecl) sample demonstrates how to use cutlists. Simplecl provides a File Open dialog from which the user can chose a file to add to a cutlist. For each file, the user specifies a starting position and ending position for the clip. For every AVI file specified, the sample tries to add the first video stream and the first audio stream to its respective cutlist. The user must add at least two files, and then can run the filter graph and see the clips played sequentially.

Text Cutlist Sample

The text cutlist (CLtext) sample reads a list of cut elements (video or audio clips) from a text file and plays them.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.