tf.contrib.ffmpeg.decode_video
Create an op that decodes the contents of a video file. (deprecated)
tf.contrib.ffmpeg.decode_video( contents )
Args | |
---|---|
contents | The binary contents of the video file to decode. This is a scalar. |
Returns | |
---|---|
A rank-4 Tensor that has [frames, height, width, 3] RGB as output. |
© 2020 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/versions/r1.15/api_docs/python/tf/contrib/ffmpeg/decode_video