mp4_to_wav: Convert .mp to Audio (.wav)

Description Usage Arguments Value Note References Examples

Description

Converts a .mp4 video to a .wav file for use with seewave and tuneR.

Usage

1
mp4_to_wav(path, out = "out.wav", ffmpeg = NULL)

Arguments

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.

Value

Returns a .wav file.

Note

User must have mmpeg installed.

References

http://www.ffmpeg.org/

Examples

1
2
3
4
## Not run: 
mp4_to_wav("foo.mp4", "foo.wav")

## End(Not run)

trinker/embodied documentation built on May 31, 2019, 8:42 p.m.