Goal: Create a better way to create timelapse videos, organize timelapse photos for each year and join with raw WQ data
Work:
smaller functions are stored in basic data plot, compile photos and get tl photo names
Main script is create_timelapse.rmd. It essentially just asks for a site, date range and parameters then will create the timelapse imagery and save the timelapse images and video in the folder that is user specified.
Review:
I want to do more tidying but have been running into issues with animation::save_video() giving me the errror "sh: ffmpeg: command not found
Error in system(paste(ffmpeg, "-version"), intern = TRUE) :
error in running command
NULL
Warning message:
In animation::saveVideo(for (i in 1:length(tl_photos)) { :
The command "'ffmpeg'" is not available in your system. Please install FFmpeg or avconv first: http://ffmpeg.org/download.html"
Goal: Create a better way to create timelapse videos, organize timelapse photos for each year and join with raw WQ data
Work:
create_timelapse.rmd
. It essentially just asks for a site, date range and parameters then will create the timelapse imagery and save the timelapse images and video in the folder that is user specified.Review: I want to do more tidying but have been running into issues with animation::save_video() giving me the errror "sh: ffmpeg: command not found Error in system(paste(ffmpeg, "-version"), intern = TRUE) : error in running command NULL Warning message: In animation::saveVideo(for (i in 1:length(tl_photos)) { : The command "'ffmpeg'" is not available in your system. Please install FFmpeg or avconv first: http://ffmpeg.org/download.html"