ffm_drop | R Documentation |
Remove one or more specified streams from the media file. For example, remove the video, audio, subtitles, or data stream from a media file.
ffm_drop(object, streams = c("video", "audio", "subtitles", "data"))
object |
An ffmpeg pipeline ( |
streams |
A character vector containing one or more of the following
strings: |
object
but with the added instruction to drop one or more
streams from the output file when run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.