Converts a playlist object to a m3u file that can be opened with VLC. Note that this only works with local video files (not YouTube or other URLs) and the video files must be present on your local file system in order for this to work.
Arguments
- playlist
data.frame: as returned by
ov_video_playlist()
. If the playlist contains one or both of the columnssubtitle
orsubtitleskill
, these will be used as subtitle information associated with each clip- outfile
string: the file name to write to. If not supplied, a file will be created in the temporary directory. Note that the directory of
outfile
must already exist- no_paths
logical: if
TRUE
, remove the paths from video files. The m3u file must be saved into the same directory as the video source file(s)- seamless
logical: if
TRUE
, merge adjacent items into a single clip