Sort by Title |
Sorted by Topic |
Sort by Date |
qtinfo
(HTML)
(DMG)
(ZIP)
Shows how to create movie previews, movie posters, and file previews.
|
Movie Basics |
2003-01-14
|
qtinfo.win
(HTML)
(DMG)
(ZIP)
Shows how to create movie previews, posters, and file previews.
|
Movie Basics |
2003-01-14
|
QTKitAdvancedDocument
(HTML)
(DMG)
(ZIP)
Enhances the QTKitSimpleDocument sample to resize the movie window and limit selectable file types in open panels
|
Movie Basics |
2005-08-01
|
QTKitButtonTester
(HTML)
(DMG)
(ZIP)
Shows how to use the QTMovieView methods for hiding and showing the buttons in the movie controller bar.
|
Movie Basics |
2006-08-01
|
QTKitCommandLine
(HTML)
(DMG)
(ZIP)
Command-line tools for deleting movie segments and converting movies to 3GPP files
|
Movie Basics |
2005-06-01
|
QTKitCreateMovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a movie from a sequence of images.
|
Movie Basics |
2007-08-31
|
QTKitFrameStepper
(HTML)
(DMG)
(ZIP)
Demonstrates how to display each video frame of a given movie
|
Movie Basics |
2005-08-01
|
QTKitImport
(HTML)
(DMG)
(ZIP)
Demonstrates movie import, advanced editing and playback with QTKit
|
Movie Basics |
2005-06-01
|
QTKitMovieShuffler
(HTML)
(DMG)
(ZIP)
Demonstrates a simple QTKit movie player application.
|
Movie Basics |
2006-01-03
|
QTKitProgressTester
(HTML)
(DMG)
(ZIP)
Demonstrates how to call the -movie:shouldContinueOperation: delegate method during lengthy movie operations
|
Movie Basics |
2005-08-01
|
QTKitSimpleDocument
(HTML)
(DMG)
(ZIP)
The simplest document-based Cocoa application that opens and displays QuickTime movies
|
Movie Basics |
2005-08-01
|
qtmakemovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a QuickTime movie file 10 seconds long with one video track.
|
Movie Basics |
2003-01-14
|
QTMetaData
(HTML)
(DMG)
(ZIP)
Demonstrates the QuickTime 7 MetaData APIs in a Carbon application.
|
Movie Basics |
2009-03-16
|
QTMLPrintingSample
(HTML)
(DMG)
(ZIP)
Uses the QuickTime APIs to draw into a standard Win32 printing device context.
|
Movie Basics |
2003-10-27
|
qtmoviefromprocs
(HTML)
(DMG)
(ZIP)
Create QuickTime movie with video and audio tracks; Video from series of individual frames
|
Movie Basics |
2003-01-14
|
qtmoviefromurl
(HTML)
(DMG)
(ZIP)
Illustrates how to use QuickTime's URL data handler to open a movie file specified by a URL.
|
Movie Basics |
2003-01-14
|
qtmovietrack
(HTML)
(DMG)
(ZIP)
Demonstrates how to create movie tracks, allowing you to embed one movie within another movie.
|
Movie Basics |
2003-01-14
|
qtmovietrack.win
(HTML)
(DMG)
(ZIP)
Demonstrates how to create movie tracks, allowing you to embed one movie within another movie.
|
Movie Basics |
2003-01-14
|
QTNoStepsDemo
(HTML)
(DMG)
(ZIP)
Shows how to subclass QTMovieView to override its default behaviors.
|
Movie Basics |
2006-08-01
|
QTPixelBufferVCToCGImage
(HTML)
(DMG)
(ZIP)
Demonstrates using QTPixelBufferContextCreate with NewMovieFromProperties to output pixel buffers from a movie and draw them.
|
Movie Basics |
2006-07-07
|
QTQuartzPlayer
(HTML)
(DMG)
(ZIP)
QTQuartzPlayer demonstrates how to render QuickTime Movies and live video with OpenGL and CoreVideo.
|
Movie Basics |
2005-10-04
|
QTSetMovieAudioDevice
(HTML)
(DMG)
(ZIP)
Create a QT audio context for an audio output device and target a movie to render to the context
|
Movie Basics |
2006-03-03
|
qtshell
(HTML)
(DMG)
(ZIP)
Simple QuickTime and QuickTime VR viewer framework.
|
Movie Basics |
2003-10-27
|
qtshell.win
(HTML)
(DMG)
(ZIP)
Simple QuickTime and QuickTime VR viewer framework.
|
Movie Basics |
2003-10-27
|
qtshellCEvents
(HTML)
(DMG)
(ZIP)
A Carbon event based movie viewer framework which demonstrates how to incorporate movie support into an application.
|
Movie Basics |
2003-01-14
|
qtshellCEvents.win
(HTML)
(DMG)
(ZIP)
A movie viewer framework which demonstrates how to incorporate movie support into an application.
|
Movie Basics |
2003-01-14
|
qtshortcut
(HTML)
(DMG)
(ZIP)
Illustrates how to use CreateShortcutMovieFile.
|
Movie Basics |
2003-01-14
|
qtskins
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Basics |
2003-01-14
|
qtskins.win
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Basics |
2003-01-14
|
qtspritesplus
(HTML)
(DMG)
(ZIP)
Shows how to use video overrides and tween tracks with sprite movies.
|
Movie Basics |
2003-02-25
|
qtspritesplus.win
(HTML)
(DMG)
(ZIP)
Shows how to use video overrides and tween tracks with sprite movies.
|
Movie Basics |
2003-02-25
|
qtstreammsg
(HTML)
(DMG)
(ZIP)
Shows how to work with the status streaming messages and display a message in the controller bar.
|
Movie Basics |
2003-01-14
|
qtstreammsg.win
(HTML)
(DMG)
(ZIP)
Shows how to work with the status streaming messages and display a message in the controller bar.
|
Movie Basics |
2003-01-14
|
Show Movie
(HTML)
(DMG)
(ZIP)
Demonstrates several QuickTime features for manipulating movies and their playback.
|
Movie Basics |
2003-01-14
|
SimpleAudioExtraction
(HTML)
(DMG)
(ZIP)
Demonstrates the QuickTime 7.0 Movie Audio Extraction APIs
|
Movie Basics |
2006-01-03
|
SimpleCocoaJavaMovie
(HTML)
(DMG)
(ZIP)
Deprecated - A simple movie player showing how to use the NSMovieView and NSMovie Cocoa Java classes.
|
Movie Basics |
2003-01-14
|
SimpleCocoaMovieQT
(HTML)
(DMG)
(ZIP)
A simple movie player showing how to use the NSMovieView and NSMovie Cocoa Objective-C classes.
|
Movie Basics |
2003-01-14
|
simpleeditsdi.win
(HTML)
(DMG)
(ZIP)
Demonstrates how to display and edit QuickTime movies using the SDI (single document interface).
|
Movie Basics |
2003-01-14
|
SimpleHIMovieViewPlayer
(HTML)
(DMG)
(ZIP)
Demonstrates how to use HIMovieView to play QuickTime Movies.
|
Movie Basics |
2005-07-15
|
simpleplayersdi.win
(HTML)
(DMG)
(ZIP)
Demonstrates how to display QuickTime movies using the SDI (single document interface).
|
Movie Basics |
2003-01-14
|
sndequalizer
(HTML)
(DMG)
(ZIP)
Manage a dialog window containing a graphical equalizer display.
|
Movie Basics |
2003-01-14
|
ThreadsImportMovie
(HTML)
(DMG)
(ZIP)
Demonstrates importing and displaying QuickTime Movies on separate threads.
|
Movie Basics |
2005-07-26
|
VideoFrameToGWorld
(HTML)
(DMG)
(ZIP)
Demonstrates how to extract a single frame from a video track into a GWorld.
|
Movie Basics |
2003-01-14
|
AlwaysPreview
(HTML)
(DMG)
(ZIP)
Demonstrates how to force the preview enabled mode by install a modal dialog filter proc in CustomGetFilePreview.
|
Movie Creation |
2003-01-14
|
BurntTextSampleCode
(HTML)
(DMG)
(ZIP)
Converts text tracks of a movie to new text tracks with bit map representations of the text.
|
Movie Creation |
2003-01-14
|
CaptureAndCompressIPBMovie
(HTML)
(DMG)
(ZIP)
Captures video & recompresses it using H.264 also captures audio saving the output in a movie file.
|
Movie Creation |
2007-08-14
|
CIVideoDemoGL
(HTML)
(DMG)
(ZIP)
CIVideoDemoGL demonstrates using Core Image with QuickTime and Core Video
|
Movie Creation |
2007-10-03
|
ClosedCaptionImporter
(HTML)
(DMG)
(ZIP)
QuickTime Movie Import Component for Scenarist Closed Caption files.
|
Movie Creation |
2007-11-15
|
Cocoa - SGDataProc
(HTML)
(DMG)
(ZIP)
Uses a Sequence Grabber data function and an NSQuickDrawView to simulate a preview operation for captured video.
|
Movie Creation |
2003-01-14
|
CocoaCreateMovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a QuickTime movie from a set of Cocoa JPEG NSImage objects.
|
Movie Creation |
2003-01-14
|
CompressMovies
(HTML)
(DMG)
(ZIP)
Shows how to use QuickTime movie compression in an application.
|
Movie Creation |
2003-01-14
|
ConvertToMovieJr
(HTML)
(DMG)
(ZIP)
Shows how to recompress QuickTime movies using the Image Compression Manager routines.
|
Movie Creation |
2003-01-14
|
CreateMovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a QuickTime Movie with both a video and audio track.
|
Movie Creation |
2003-01-14
|
CreateMovie - C#
(HTML)
(DMG)
(ZIP)
Visual C# application demonstrating the QuickTime 7 COM Control creating movies from images and saving them
|
Movie Creation |
2005-11-09
|
CreateMovie - VB6
(HTML)
(DMG)
(ZIP)
Using the QuickTime 7 COM Control to create a movie from images and save the movie to disk
|
Movie Creation |
2005-11-09
|
CreateMovieFromReferences
(HTML)
(DMG)
(ZIP)
Shows how to create a movie from existing video samples in a file using AddMediaSampleReferences.
|
Movie Creation |
2007-08-31
|
DigitizerShell
(HTML)
(DMG)
(ZIP)
Simple sequence grabber and vdig test bed for testing vdig and digitizer functionality.
|
Movie Creation |
2003-01-14
|
ExampleVideoPanel
(HTML)
(DMG)
(ZIP)
An example Sequence Grabber Video Panel Component.
|
Movie Creation |
2003-01-14
|
ExampleVideoPanel.win
(HTML)
(DMG)
(ZIP)
An example Sequence Grabber Video Panel Component.
|
Movie Creation |
2003-01-14
|
hacktv
(HTML)
(DMG)
(ZIP)
Illustrates how to use use the Sequence Grabber APIs to capture video and create QuickTime Movies.
|
Movie Creation |
2003-01-14
|
HackTV Carbon
(HTML)
(DMG)
(ZIP)
HackTV Carbon shows how to use the sequence grabber to preview and record QuickTime movie files.
|
Movie Creation |
2007-11-16
|
hacktv.win
(HTML)
(DMG)
(ZIP)
Illustrates how to use use the Sequence Grabber APIs to capture video and create QuickTime Movies.
|
Movie Creation |
2003-01-14
|
Inside Mac Movie TB Code
(HTML)
(DMG)
(ZIP)
Deprecated - Macintosh Movie Toolbox sample code.
|
Movie Creation |
2003-01-14
|
MakeEffectMovie
(HTML)
(DMG)
(ZIP)
Creating a movie with an effects track allowing the user to specify the effect using the standard effects dialog.
|
Movie Creation |
2003-01-14
|
MakeiPhoneRefMovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to generate QuickTime Reference Movies for iPhone.
|
Movie Creation |
2007-08-03
|
MyRecorder
(HTML)
(DMG)
(ZIP)
Demonstrates the use of the QTKit Capture APIs
|
Movie Creation |
2008-01-29
|
qtcapture
(HTML)
(DMG)
(ZIP)
Illustrates how to use the sequence grabber to capture sound and video.
|
Movie Creation |
2003-01-14
|
QTEffects Explode.win
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a QuickTime movie with a video effect as a transition.
|
Movie Creation |
2003-02-25
|
qtflattentohandle
(HTML)
(DMG)
(ZIP)
DataHandlerType provides data input and output services to the media handler. Open movie, flatten, then play
|
Movie Creation |
2003-01-14
|
qtflattentohandle.win
(HTML)
(DMG)
(ZIP)
DataHandlerType provides data input and output services to the media handler. Open movie, flatten, then play
|
Movie Creation |
2003-01-14
|
QTKitThreadsExporter
(HTML)
(DMG)
(ZIP)
Demonstrates QTKit threading APIs by performing concurrent exports on separate threads.
|
Movie Creation |
2007-10-08
|
qtmakemovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to create a QuickTime movie file 10 seconds long with one video track.
|
Movie Creation |
2003-01-14
|
qtmoviefromprocs
(HTML)
(DMG)
(ZIP)
Create QuickTime movie with video and audio tracks; Video from series of individual frames
|
Movie Creation |
2003-01-14
|
qtmoviefromprocs.win
(HTML)
(DMG)
(ZIP)
Create QuickTime movie with video and audio tracks; Video from series of individual frames
|
Movie Creation |
2003-01-14
|
QTRecorder
(HTML)
(DMG)
(ZIP)
Shows how to use the new QTKit capture classes introduced in 10.5.
|
Movie Creation |
2007-04-10
|
qtshortcut.win
(HTML)
(DMG)
(ZIP)
Illustrates how to use CreateShortcutMovieFile.
|
Movie Creation |
2003-01-14
|
qtskins
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Creation |
2003-01-14
|
qtskins.win
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Creation |
2003-01-14
|
qtspritesplus
(HTML)
(DMG)
(ZIP)
Shows how to use video overrides and tween tracks with sprite movies.
|
Movie Creation |
2003-02-25
|
qtspritesplus.win
(HTML)
(DMG)
(ZIP)
Shows how to use video overrides and tween tracks with sprite movies.
|
Movie Creation |
2003-02-25
|
qttext
(HTML)
(DMG)
(ZIP)
Demonstrates searching on text media, using a text procedure to retrieve text, and editing text media.
|
Movie Creation |
2003-01-14
|
qttext.win
(HTML)
(DMG)
(ZIP)
Demonstrates searching on text media, using a text procedure to retrieve text, and editing text media.
|
Movie Creation |
2003-01-14
|
qtvectors
(HTML)
(DMG)
(ZIP)
Shows how to construct a QuickTime vector movie.
|
Movie Creation |
2003-01-14
|
qtvectors.win
(HTML)
(DMG)
(ZIP)
Constructs a series of QTAtoms that describe a vector picture and saves them to a movie.
|
Movie Creation |
2003-01-14
|
Sequence Grabbing
(HTML)
(DMG)
(ZIP)
Demonstrates how to use a sequence grabber component to preview and record captured data.
|
Movie Creation |
2003-01-14
|
SGDataProcSample
(HTML)
(DMG)
(ZIP)
Demonstrates how to run the Sequence Grabber in record mode using an SGDataProc to captured data.
|
Movie Creation |
2003-01-14
|
SGDevices
(HTML)
(DMG)
(ZIP)
Demonstrates how to use the SGGetChannelDeviceList function to build and parse the list of devices.
|
Movie Creation |
2003-01-14
|
SlideShowImporter
(HTML)
(DMG)
(ZIP)
Movie import component, constructs a movie from images, effect types, and audio files.
|
Movie Creation |
2003-01-14
|
SlideShowImporter.win
(HTML)
(DMG)
(ZIP)
Movie import component, constructs a movie from images, effect types, and audio files.
|
Movie Creation |
2003-01-14
|
WhackedTV
(HTML)
(DMG)
(ZIP)
A Cocoa version of the venerable HackTV sample code, demonstrating usage of the Sequence Grabber API's
|
Movie Creation |
2008-05-09
|
MakeiPhoneRefMovie
(HTML)
(DMG)
(ZIP)
Demonstrates how to generate QuickTime Reference Movies for iPhone.
|
Movie Internals |
2007-08-03
|
MovieVideoChart
(HTML)
(DMG)
(ZIP)
Demonstrates direct access to video samples in movie files, using B-frame-aware APIs in QuickTime 7.
|
Movie Internals |
2006-07-11
|
QT Internals
(HTML)
(DMG)
(ZIP)
Dumps information about movie structures.
|
Movie Internals |
2003-01-14
|
qtfullscreen
(HTML)
(DMG)
(ZIP)
Defines functions that illustrate how to play QuickTime movies full screen.
|
Movie Internals |
2003-01-14
|
qtinfo
(HTML)
(DMG)
(ZIP)
Shows how to create movie previews, movie posters, and file previews.
|
Movie Internals |
2003-01-14
|
qtinfo.win
(HTML)
(DMG)
(ZIP)
Shows how to create movie previews, posters, and file previews.
|
Movie Internals |
2003-01-14
|
QTMetadataEditor
(HTML)
(DMG)
(ZIP)
Demonstrates QuickTime 7 APIs in a Metadata Browsing and Editing application
|
Movie Internals |
2008-05-09
|
qtskins
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Internals |
2003-01-14
|
qtskins.win
(HTML)
(DMG)
(ZIP)
Shows how to programmatically create and play back a movie with a skin track.
|
Movie Internals |
2003-01-14
|
qtsndtween
(HTML)
(DMG)
(ZIP)
Modify a QuickTime movie's sound track by increasing (or decreasing) the volume as it plays.
|
Movie Internals |
2003-01-14
|