Learn R Programming

Rvision (version 0.6.0)

writerOuput: 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.

See Also

VideoWriter, videoWriter

Examples

Run this code
# NOT RUN {
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
writerOuput(writer)
release(writer)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab