execution
string, optional
|
values can be "quality" or "performance"
|
action
string, required
|
Type of video manipulation that the tag performs.
|
source
string, optional
|
source video to read in
|
source1
string, optional
|
"left" source video to read in for concatenation
|
source2
string, optional
|
"right" source video to read in for concatenation
|
destination
string, optional
|
directory of the destination video to create
|
name
string, optional
|
name of the destination video
|
nameconflict
string, optional
|
Action to take if filename is the same as that of a file in the directory. (error,skip,overwrite,makeunique)
|
width
string, optional
|
width of destination video
|
height
string, optional
|
height of destination video
|
debug
string, optional
|
|
buffersize
number, optional
|
|
profile
string, optional
|
standard profile definition (declared in video.xml)
|
quality
string, optional
|
alias for profile
|
audiobitrate
string, optional
|
audio bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps)
|
audiosamplerate
string, optional
|
audio sampling rate, default same as input or part of defined quality
|
aspectratio
string, optional
|
aspect ratio (16:9,4:3)
|
fps
number, optional
|
how many frames are used per second
|
framerate
number, optional
|
how many frames are used per second (alias for fps)
|
videobitrate
string, optional
|
video bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps)
|
videobitratemin
string, optional
|
minimal video bitrate of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps)
|
videobitratemax
string, optional
|
maximum video bitrate of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps)
|
videobitratetolerance
string, optional
|
video bitrate tolerance of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps)
|
author
string, optional
|
author meta data of the destination video
|
title
string, optional
|
title meta data of the destination video
|
string, optional
|
comment meta data of the destination video
|
copyright
string, optional
|
copyright meta data of the destination video
|
max
string, optional
|
maximum length of destination video, you can defines max frame (10f) or max time (1145ms,3.123s)
|
start
string, optional
|
offset of destination video based on source, you can defines frames (10f) or time (1145ms,3.123s)
|
result
string, optional
|
name of struct that hold action info (default:cfvideo)
|
videocodec
string, optional
|
force video codec
|
audiocodec
string, optional
|
force audio codec
|
data
struct, optional
|
for internal use only
|