View source on GitHub |
Working with audio using FFmpeg.
See the FFMPEG guide.
Functions
decode_audio(...)
: Create an op that decodes the contents of an audio file. (deprecated)
decode_video(...)
: Create an op that decodes the contents of a video file. (deprecated)
encode_audio(...)
: Creates an op that encodes an audio file using sampled audio from a tensor. (deprecated)