syncMedia.Rd
Synchronize multimedia data based on intersecting times.
syncMedia( x, y, timezone = NULL, encoding_speed = "normal", export_folder = NULL, merge_files = FALSE )
x | data produced by the function |
---|---|
y | data produced by the function |
timezone | string. Add the correct timezone where the drone videos were taken, as per the R base notation (for additional information, see |
encoding_speed | character. Define encoding presets from FFmpeg. Faster speed produces larger files and slower speeds produces more compressed files. Choose from: |
export_folder | full path of the destination folder where the video and/or audio clips should be saved |
merge_files | if TRUE, merge audio and video files with intersecting time into a single .MP4 video file |
synced videos with audios or synced videos and/or audios in separate files
Alexandre Machado
if (FALSE) { syncMedia(x = df_selected_videos, y = df_selected_audios, timezone = NULL, encoding_speed = "normal", export_folder = "/Volumes/HDD/export/sync", merge_files = FALSE) }