View source: R/overlays_from_reclassification.R
| overlays_from_reclassification | R Documentation | 
Create overlays
overlays_from_reclassification(
  archive_dir = "/Users/rainerkrug/Duck/LEEFSwift3",
  classification_dir = "~/RRD.Reclassification_1",
  magnification = 16,
  yml_postfix = NULL,
  timestamp,
  overlay_folder = NULL,
  overlay_type = "both",
  label = "species",
  ffmpeg = "ffmpeg",
  font_size = 24,
  circle_size = 120,
  crf = 23,
  gamma = 2,
  mc_cores = 1
)
| magnification | the magnification of the bemovi method | 
| timestamp | the timestamp of the sampling day | 
| label | column to be used to label the particle. Default  | 
| ffmpeg | command to run ffmpeg. It can include a path. Default | 
| crf | integer value between 1 to 51, where 1 means lossless, 17 is nearly visually lossless, 51 is worst quality. Default value is 23 | 
| gamma | increase video dynamic range. Value between 0.1 and 10. Default  | 
| mc_cores | number of cores to use. Default  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.