powered by
Retrieve the output file of a VideoWriter object.
VideoWriter
writerOuput(x)
A VideoWriter object.
A character string corresponding to the address of the output file on the hard drive.
VideoWriter, videoWriter
videoWriter
# 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