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.
|