PNGProfile

class PNGProfile : VideoWriterProfile(source)

This profile requires specifying a file name like this outputFile = "frame-%05d.png" where %05d means "zero-padded five-digit frame number". The frame number format is not optional.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val fileExtension: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun arguments(): Array<String>