gs_ari_upload: Convert Google Slides to Video and Upload to YouTube

Description Usage Arguments Value

View source: R/gs_ari.R

Description

Convert Google Slides to Video and Upload to YouTube

Usage

1
2
3
4
5
6
7
8
9
gs_ari_upload(
  id,
  voice = "Joanna",
  ...,
  ffmpeg_opts = "-vf \"scale=trunc(iw/2)*2:trunc(ih/2)*2\"",
  snippet = NULL,
  status = NULL,
  open_url = TRUE
)

Arguments

id

Identifier of Google slides presentation, passed to gs_convert

voice

The Amazon Polly voice you want to use. See tts_voices for more information about what voices are available. Uses default voice is given by ari_spin.

...

Arguments passed to gs_ari

ffmpeg_opts

options passed to ari_spin

snippet

snippet list passed to upload_video

status

status list passed to upload_video

open_url

Should YouTube URL be opened? Passed to upload_video

Value

A list of results from gs_ari and upload_video


muschellij2/didactr documentation built on March 17, 2021, 12:45 p.m.