Description Usage Arguments Value Note References Examples
Converts a .mp4 video to a .wav file for use with seewave and tuneR.
1 | mp4_to_wav(path, out = "out.wav", ffmpeg = NULL)
|
path |
Path to the in .mp4 video file. |
out |
Path to place the out .wav file. |
ffmpeg |
Raw mmpeg code that may be provided in lieu of the other arguments. |
Returns a .wav file.
User must have mmpeg installed.
1 2 3 4 | ## Not run:
mp4_to_wav("foo.mp4", "foo.wav")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.