This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



qc2movie(1)                              BSD General Commands Manual                             qc2movie(1)

NAME
     qc2movie -- Quartz Composer export tool

SYNOPSIS
     qc2movie inCompositionPath|repositoryCompositionIdentifier outMoviePath width height duration
              [--parameterKey1 value1 ...]

DESCRIPTION
     qc2movie is a tool that exports a Quartz Composer composition into a QuickTime movie by adding a track
     containing this composition. It is the command line equivalent of exporting a composition for the
     Quartz Composer application to a QuickTime movie.

OPTIONS
     inCompositionPath|repositoryCompositionIdentifier
                           specifies which composition you want to export. Ar inCompositionPath is the path
                           to the composition. Ar repositoryCompositionIdentifier is the identifier of a
                           composition which lies in the Quartz Composer Repository.

     outMoviePath          specifies movie file path to which the composition will be exported to

     width                 defines the width of the export movie

     height                defines the height of the export movie

     duration              defines the length of the export movie

     [--parameterKey1 value1 ...]
                           passes composition specific parameters through the command line tool to the com-position composition
                           position

EXAMPLES
     -To create a 10 second QuickTime movie containing a Quartz Composer track of the Particle System
              composition:
              qc2movie "/Developer/Examples/Quartz Composer Compositions/Particle Systems/Particle Sys-tem.qtz" System.qtz"
              tem.qtz" ~/example.mov 640 480 10

     -To merge two video tracks (30s each) together using an image transition protocol abiding composition
              (Swing for example) in the Quartz Composer Repository (using its identifier: /swing):
              qc2movie /swing ~/merged-example.mov 640 480 60 --inputMoviePath1 ~/firstVideo.mov --input-MoviePath2 --inputMoviePath2
              MoviePath2 ~/secondVideo.mov --duration 2

     -To apply an image filter protocol abiding composition to the video track of a movie:
              qc2movie /colorpencil ~/effect-example.mov 640 480 30 --input ~/Video.mov

SEE ALSO
     pcastaction(1)

Mac OS                                           July 9 2007                                          Mac OS

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...