contrib.ffmpeg.encode_audio

tf.contrib.ffmpeg.encode_audio

tf.contrib.ffmpeg.encode_audio

encode_audio(
    audio,
    file_format=None,
    samples_per_second=None
)

Defined in tensorflow/contrib/ffmpeg/ffmpeg_ops.py.

See the guide: FFmpeg (contrib) > Encoding and decoding audio using FFmpeg

Creates an op that encodes an audio file using sampled audio from a tensor.

Args:

  • audio: A rank 2 tensor that has time along dimension 0 and channels along dimension 1. Dimension 0 is samples_per_second * length long in seconds.
  • file_format: The type of file to encode. "wav" is the only supported format.
  • samples_per_second: The number of samples in the audio tensor per second of audio.

Returns:

A scalar tensor that contains the encoded audio in the specified file format.

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/ffmpeg/encode_audio

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部