Package com.avpkit.mediatool.demos
MediaTool Demonstration applications
used by the MediaTool tutorials.
-
Interface Summary Interface Description Balls An API for getting images and sounds representingBallsthat are to be encoded into a video. -
Class Summary Class Description CaptureScreenToFile UsingIMediaWriter, takes snapshots of your desktop and encodes them to video.ConcatenateAudioAndVideo DecodeAndCaptureFrames UsingIMediaReader, takes a media container, finds the first video stream, decodes that stream, and then writes video frames out to a PNG image file every 5 seconds, based on the video presentation timestamps.DecodeAndPlayAudio UsingIMediaReader, takes a media container, finds the first audio stream, decodes that stream, and plays the audio on your speakers.DecodeAndPlayAudioAndVideo UsingIMediaReader, takes a media container, finds the first video stream, decodes that stream, and then plays the audio and video.DecodeAndPlayVideo UsingIMediaReader, takes a media container, finds the first video stream, decodes that stream, and plays the video.DisplayWebcamVideo UsingIMediaReader, takes a FFMPEG device driver name (ex: "video4linux2"), and a device name (ex: /dev/video0), and displays video from that device.GenerateAudioAndVideo Generate audio and video frames and use theIMediaWriterto encode that media and write it out to a file.ModifyAudioAndVideo Read and modify audio and video frames and use theIMediaWriterto encode that media and write it out to a file.MovingBalls An implementation ofBallsthat moves the balls around in a rectangle, and plays a sound for each ball that changes when it hits a wall.TranscodeAudioAndVideo