tf.contrib.ffmpeg.decode_video

View source on GitHub

Create an op that decodes the contents of a video file. (deprecated)

contents The binary contents of the video file to decode. This is a scalar.

A rank-4 Tensor that has [frames, height, width, 3] RGB as output.