 |
 |
Table of contents |
Administrator documentation for Movie Masher Applet.
Installation: prepares your systems for deploymentInterface Customization: allows for many design possibilitiesContent Management: organizing assets and mashesApplet XML Tags: define all options and runtime information- bar: generates a colored row or column of controls in a panel
- clip: references a specific media item in a mash
- control: defines an interface control item within a bar
- mash: describes a user generated mix of media
- media: video, audio, images, effects and transitions
- moviemasher: container tag for all other tags
- option: specifies fonts, servers and runtime options
- panel: generates a shadowed rectangle to hold bars and controls
- panels: groups panel tags into a playback or editing interface
- preview: describes styling options for media and clips
- source: loads mash and media from URL
User Controls: provide an interface for viewing and changing properties- Browser: allows grouping and dragging of media
- CGI: enables interaction with host scripts
- Field: presents text for editing
- Icon: serves as a general purpose button
- Picker: enables selection of fill colors
- Player: provides preview and playback of a mash
- Plotter: provides graph for time-based fading of effects and volume
- Ruler: aligns with timeline to change playhead position
- Slider: changes properties of clips, timeline, player and browser
- Text: presents text as an uneditable label
- Timeline: enables remixing of a mash
- Trimmer: allows start and end times of AV media to be changed
Effect Modules: change underlying video tracks- Adjust: changes brightness, contrast, hue and saturation
- Bender: applies an external Pixel Bender filter with parameters
- Caption: adds wrapping text with semi transparent background
- Chromakey: composites selected portions of a video based on color
- Colorize: desaturates and applies a tint
- Composite: applies custom media with transform and paint mode
- Convolution: uses matrices for sharpen, blur, emboss, outline
- Displace: uses custom media for wave, ripple, glass effects
- Picturebox: applies custom media with colored background
- Textbox: adds text with colored background
- Ticker: adds scrolling colored text in a custom font
Theme Modules: generate video programmatically- Clouds: generates animated gradients for Displace module
- Colorfade: produces a flat color that fades to another
- Gradientmap: generates animated gradients for Displace module
- Shapes: generates bars, boxes and ovals for Matte module
- Title: adds colored text in a custom font for titling
Transition Modules: merge two video clips over time- Crossfade: merges video clips using transparency
- Cube: rotates video clips on a 3D cube
- Matte: masks one clip over another using a third as a map
Server Configuration: transcode media and mashes- Local System: defines technology needed by users and servers
- REST HTTP: placing the applet into an HTML page
- REST S3: basic data loading techniques
- SQS S3: basic data loading techniques
Transcoding Options: define options for server and jobs- DecoderAppletURL: The copy of the Movie Masher applet on your server
- DecoderAudioBitrate: Audio bitrate in k/s. (-ab switch, without 'k') to use in resultant file
- DecoderAudioCodec: Audio codec (-acodec switch) to use in resultant file
- DecoderAudioFrequency: Audio frequency rate in Hz (-ar switch) to use in resultant file
- DecoderCacheAllVideoFrames: If true, all frames of video used in modules will be created for use in applet
- DecoderConfigURL: Initial XML configuration file
- DecoderDimensions: Dimensions of output media
- DecoderExactRender: If true, all rendering is done in Flash (slowly, but precisely)
- DecoderExtension: File extension used for output media
- DecoderFPS: Frames Per Second
- DecoderPolicyURL: The copy of moviemasher/crossdomain.xml on your server
- DecoderSwitches: FFMPEG command line switches
- DecoderSwitchesInter: FFMPEG command line switches
- DecoderTimecodeColor: Six character hex value for debugging timecode string
- DecoderVideoBitrate: Video bitrate in k/s (-b switch, without 'k') in resultant file
- DecoderVideoBitrateInter: Video bitrate in k/s (-b switch, without 'k') in intermediate files
- DecoderVideoCodec: Video codec (-vcodec switch) to use in resultant file
- DecoderVideoCodecInter: Video codec (-vcodec switch) to use in intermediate file
- DecoderVideoExtensionInter: File extension used for intermediate video files
- DecoderVideoFormatInter: Video format (-f switch) for concatenatable intermediate build files
- EncoderAudioBitrate: Audio bitrate in k/s
- EncoderAudioExtension: Audio codec to use in resultant file
- EncoderAudioFrequency: Audio frequency in Hz
- EncoderDimensions: Dimensions of output media
- EncoderExtension: File extension used for output media (formally known as EncoderFormat)
- EncoderFPS: Frames Per Second
- EncoderImageQuality: Image quality setting for image files (100 max)
- EncoderSwitches: FFMPEG command line switches
- EncoderURL: File that is to be encoded
- EncoderWaveformBackcolor: Background color for audio waveform graphic
- EncoderWaveformExtension: File extension for audio waveform graphic
- EncoderWaveformForecolor: Foreground color for audio waveform graphic
- CoderArchiveExtension: Output format specific archive file extension
- CoderBaseURL: Prefix URL prepended to relative URLs in MEDIA tags
- CoderDoneURL: Will be requested via POST if job completes without error
- CoderError: If specified, job will halt and report the error (for debugging of error handling)
- CoderErrorURL: Will be requested via POST if job completes with error
- CoderFileDelete: If true, delete option will be sent to File implementation specified in CoderFileURL
- CoderFileURL: Where to save the resulting file(s) - starts with 'http', 'system' or other File class
- CoderFilename: Base name for resultant file
- CoderIgnoreFileError: If true, any error returned by CoderFileURL is ignored
- CoderNoAudio: Whether or not to include audio tracks
- CoderNoVideo: Whether or not to include visual tracks
- CoderProgressURL: Will be requested via POST repeatedly as job is processed
- CoderSaveTemporaryFiles: If true, temporary build files won't be removed (for testing)
- RESTEndPoint: Location of REST API
- RESTKeyPrivate: Location of private key for signing requests
- AWSAccessKeyID: AWS Access Key ID
- AWSSecretAccessKey: AWS Secrect Access Key
- SQSQueueURLSend: SQS Queue to send messages to.
- DaemonPeekSeconds: Seconds to wait between calls to SQS Queue.
- SQSQueueURLReceive: SQS Queue to check.
- SQSVisibilitySeconds: Seconds before SQS should reactivate Queue message.
- FileAudioMaxSize: Maximum Size of uploaded audio Files, in megabytes.
- FileImageMaxSize: Maximum Size of uploaded image Files, in megabytes.
- FileVideoMaxSize: Maximum Size of uploaded video Files, in megabytes.
|
|
|
|
 |
|
|
 |