extract_audio: extract sound file from video source

Description Usage Arguments Value

View source: R/extract_audio.R

Description

ouput is fixed to 16bit 44.1k mono wav, ready for DiViMe tools

Usage

1
2
extract_audio(videofile, pathout = NULL, messages = TRUE,
  progbar = FALSE, pathtoffmpeg = getOption("avutils_ffmpeg"))

Arguments

videofile

character, path to video file(s)

pathout

character, path where the audio should be saved (by default the same as the video file)

messages

logical, should the file names of each processed file be printed

progbar

logical, should a progressbar be printed

pathtoffmpeg

character, the path to the ffmpeg binary

Value

a data.frame with locations of input and output files


gobbios/avutils documentation built on Feb. 19, 2020, 9:44 a.m.