Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.46 KB

NEWS.md

File metadata and controls

53 lines (33 loc) · 1.46 KB

ari 0.4.1

  • Ensuring the same sample rate when binding audio.

ari 0.4.0

  • Fixed packet issue and added ffmpeg_error_log.

ari 0.3.7

  • Ensured that ari_stitch to use temporary directory.

ari 0.3.5

  • Added have_polly().

ari 0.3.4

  • Removed strict dependency on aws.polly and associated Cloudyr projects because they have been orphaned.

ari 0.3.3

  • Added vignette for using via a Docker image.

ari 0.3.2

  • Fixed bug in ffmpeg_version_sufficient if ffmpeg is a development version.
  • Added attributes to ari_spin for voice and such.
  • Fixed ffmpeg_version for versions with a + for CRAN.

ari 0.3.0

  • Added in text2speech package for use of other audio generation engines.
  • Added have_ffmpeg_exec to check if the user has ffmpeg installed
  • Example for ari_stitch now is run.
  • Some documentation changes for BiocCheck compliance (just more rigid).
  • Added ffmpeg_version and ffmpeg_version_sufficient to check ffmpeg.

ari 0.2.0

  • Second CRAN release, to be used with didactr package.
  • Added check functionality like ffmpeg_exec to find the ffmpeg executable.
  • Added divisible_height argument to ari_stitch to allow fixes for #9.
  • Fixes #5 with the shQuote function.

ari 0.1.0

  • First release.
  • ari_stitch(): create a video from images and audio files.
  • ari_spin(): create a video from images and text.
  • ari_narrate(): create a video from an R Markdown file.