Description Usage Arguments Value
View source: R/extract_audio.R
ouput is fixed to 16bit 44.1k mono wav, ready for DiViMe tools
1 2 | extract_audio(videofile, pathout = NULL, messages = TRUE,
progbar = FALSE, pathtoffmpeg = getOption("avutils_ffmpeg"))
|
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 |
a data.frame
with locations of input and output files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.