Chapter 1. Digital Media Content Creation Examples

This chapter contains examples that demonstrate how to import images and audio into a movie.

Creating a Movie of Screen Snapshots

Example 1-1 demonstrates how an application can concatenate a series of screen snapshots taken from the desktop into a movie.

Example 1-1. Putting Screen Snapshots into a Movie: snapmovie.c


/usr/share/src/dmedia/movie/snapmovie/snapmovie.c

Creating a Movie Soundtrack

Example 1-2 contains a listing of addaudio.c, which adds a soundtrack to a movie.

Example 1-2. Adding a Soundtrack to a Movie: addaudio.c


/usr/share/src/dmedia/movie/addaudio/addaudio.c