Description Usage Arguments Examples
Reports the length of a video in seconds.
1 2 | convert_to_mp4(path, out = paste0(substring(path, 1, nchar(path) - 4),
".mp4"), codec = NULL)
|
path |
Path to the in video file. |
out |
Path to the in out .mp4 file. |
codec |
An optional codec string to supply
ffmpeg. If
|
1 2 3 4 5 | ## Not run:
convert_to_mp4("new_project.wmv")
convert_to_mp4("x.avi")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.