Skip to contents

invertFourcc translates a FOURCC code into the 4-character name of the corresponding video codec.

Usage

invertFourcc(x)

Arguments

x

A integer.

Value

A 4-character strings corresponding to the video codec.

Author

Simon Garnier, garnier@njit.edu

Examples

invertFourcc(1684633208)
#> [1] "xvid"