ov_create_video-deprecated: Playlist to video file

ov_create_video-deprecatedR Documentation

Playlist to video file

Description

Make a self-contained video file from a playlist

Usage

ov_create_video(playlist, filename, subtitle_column = NULL)

Arguments

playlist

data.frame: a playlist as returned by ov_video_playlist. Note that only local video sources are supported

filename

string: file to write to. If not specified (or NULL), a file in the temporary directory will be created. If filename exists, it will be overwritten. The extension of filename will determine the output format

subtitle_column

string: if not NULL, a subtitle file will be produced using the contents of this column (in the playlist) as the subtitle for each clip. The subtitle file will have the same name as filename but with extension ".srt"

Value

A list with the filenames of the created video and subtitle files.

See Also

ovideo-deprecated


openvolley/ovideo documentation built on March 19, 2024, 9:52 p.m.