ffm_drop: Drop Steams from an FFmpeg Pipeline

View source: R/ffm.R

ffm_dropR Documentation

Drop Steams from an FFmpeg Pipeline

Description

Remove one or more specified streams from the media file. For example, remove the video, audio, subtitles, or data stream from a media file.

Usage

ffm_drop(object, streams = c("video", "audio", "subtitles", "data"))

Arguments

object

An ffmpeg pipeline (ffm) object created by ffm_files().

streams

A character vector containing one or more of the following strings: "video", "audio", "subtitles", "data"

Value

object but with the added instruction to drop one or more streams from the output file when run.


jmgirard/tidymedia documentation built on June 15, 2024, 1:52 p.m.