powered by
Retrieve the codec of a Video object.
Video
# S3 method for Rcpp_Video codec(obj)# S3 method for Rcpp_VideoWriter codec(obj)codec(obj)
# S3 method for Rcpp_VideoWriter codec(obj)
codec(obj)
A Video object.
A character string corresponding to the FOURCC code of the codec.
Video, video
video
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) codec(balloon) release(balloon) # }
Run the code above in your browser using DataLab