Description Usage Arguments Value Note References Examples
Grab .mp4 video from time 1 to time 2 and output a new .mp4.
1 2 |
path |
Path to the in .mp4 file. |
out |
Path to the out .mp4 file. |
from |
The starting time the grab from in the form of "00:00:00.0" ("hh:mm:ss.d"). |
to |
The ending time to grab to (may provide either
|
duration |
The duration to the ending time to grab
to (may provide either |
ffmpeg |
Raw mmpeg code that may be provided in lieu of the other arguments. |
Returns an interval .mp4.
User must have mmpeg installed.
1 2 3 4 5 6 | ## Not run:
mp4_interval("foo.mp4", from="00:00:05.5", duration="00:00:06.5")
mp4_interval("foo.mp4", from="00:00:05.5", duration=6)
mp4_interval("foo.mp4", from="00:00:05.5", to="00:00:15.5")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.