writerOuput: Output File of a Video Writer

View source: R/VideoWriterClass.R

writerOuputR Documentation

Output File of a Video Writer

Description

Retrieve the output file of a VideoWriter object.

Usage

writerOuput(x)

Arguments

x

A VideoWriter object.

Value

A character string corresponding to the address of the output file on the hard drive.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

VideoWriter, videoWriter

Examples

## Not run: 
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
writerOuput(writer)
release(writer)

## End(Not run)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.