- Ensuring the same sample rate when binding audio.
- Fixed packet issue and added
ffmpeg_error_log
.
- Ensured that
ari_stitch
to use temporary directory.
- Added
have_polly()
.
- Removed strict dependency on aws.polly and associated Cloudyr projects because they have been orphaned.
- Added vignette for using via a Docker image.
- Fixed bug in
ffmpeg_version_sufficient
ifffmpeg
is a development version. - Added attributes to
ari_spin
for voice and such. - Fixed
ffmpeg_version
for versions with a+
for CRAN.
- Added in
text2speech
package for use of other audio generation engines. - Added
have_ffmpeg_exec
to check if the user hasffmpeg
installed - Example for
ari_stitch
now is run. - Some documentation changes for
BiocCheck
compliance (just more rigid). - Added
ffmpeg_version
andffmpeg_version_sufficient
to checkffmpeg
.
- Second CRAN release, to be used with
didactr
package. - Added check functionality like
ffmpeg_exec
to find the ffmpeg executable. - Added
divisible_height
argument toari_stitch
to allow fixes for #9. - Fixes #5 with the
shQuote
function.
- 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.