syncing.Rmd
Trim and export selected media with identified individuals
Trim media files by time intersection and export synced multimedia
syncMedia(x = selected_videos,
y = selected_audios,
timezone = "America/Sao_Paulo",
encoding_speed = "normal",
export_folder = export_file_folder,
merge_files = FALSE)
Subset text data by time intersection and export synced text database
synced_data <- syncData(x, y,
datetime.x = "CUSTOM.dateTime",
datetime.y = "CUSTOM.dateTime",
timezone = "America/Sao_Paulo",
melt = TRUE)