fource translates the 4-character name of a video codec
into its corresponding FOURCC code.
Usage
fourcc(x)
Arguments
x
A 4-element character chain corresponding to the name of a valid
video codec. A list of valid codec names can be found at
http://www.fourcc.org/codecs.php.
Value
An integer value corresponding to the FOURCC code of the video codec.