Lucee Tag Reference
							Tag <CFVIDEO>
			
				play a video
			
		
		
		Body
This tag can't have a body.
		Example
<cfvideo action="string" [aspectratio="string"] [audiobitrate="string"] [audiocodec="string"] [audiosamplerate="string"] [author="string"] [buffersize="number"] [comment="string"] [copyright="string"] [data="struct"] [debug="string"] [destination="string"] [execution="string"] [fps="number"] [framerate="number"] [height="string"] [max="string"] [name="string"] [nameconflict="string"] [profile="string"] [quality="string"] [result="string"] [source="string"] [source1="string"] [source2="string"] [start="string"] [title="string"] [videobitrate="string"] [videobitratemax="string"] [videobitratemin="string"] [videobitratetolerance="string"] [videocodec="string"] [width="string"]>
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
				
			
		
		
			| Name | Type | Required | Description | 
|---|---|---|---|
| action | string | Yes | Type of video manipulation that the tag performs. | 
| aspectratio | string | No | aspect ratio (16:9,4:3) | 
| audiobitrate | string | No | audio bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps) | 
| audiocodec | string | No | force audio codec | 
| audiosamplerate | string | No | audio sampling rate, default same as input or part of defined quality | 
| author | string | No | author meta data of the destination video | 
| buffersize | number | No | |
| comment | string | No | comment meta data of the destination video | 
| copyright | string | No | copyright meta data of the destination video | 
| data | struct | No | for internal use only | 
| debug | string | No | |
| destination | string | No | directory of the destination video to create | 
| execution | string | No | values can be "quality" or "performance" | 
| fps | number | No | how many frames are used per second | 
| framerate | number | No | how many frames are used per second (alias for fps) | 
| height | string | No | height of destination video | 
| max | string | No | maximum length of destination video, you can defines max frame (10f) or max time (1145ms,3.123s) | 
| name | string | No | name of the destination video | 
| nameconflict | string | No | Action to take if filename is the same as that of a file in the directory. (error,skip,overwrite,makeunique) | 
| profile | string | No | standard profile definition (declared in video.xml) | 
| quality | string | No | alias for profile | 
| result | string | No | name of struct that hold action info (default:cfvideo) | 
| source | string | No | source video to read in | 
| source1 | string | No | "left" source video to read in for concatenation | 
| source2 | string | No | "right" source video to read in for concatenation | 
| start | string | No | offset of destination video based on source, you can defines frames (10f) or time (1145ms,3.123s) | 
| title | string | No | title meta data of the destination video | 
| videobitrate | string | No | video bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps) | 
| videobitratemax | string | No | maximum video bitrate of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps) | 
| videobitratemin | string | No | minimal video bitrate of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps) | 
| videobitratetolerance | string | No | video bitrate tolerance of variable bitrate, default same as input or part of defined quality (example: 10kbps, 10mbps, 10bps) | 
| videocodec | string | No | force video codec | 
| width | string | No | width of destination video |