[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.ffmpeg.decode_video\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/ffmpeg/ffmpeg_ops.py#L107-L120) |\n\nCreate an op that decodes the contents of a video file. (deprecated) \n\n tf.contrib.ffmpeg.decode_video(\n contents\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed after 2018-09-04. Instructions for updating: tf.contrib.ffmpeg will be removed in 2.0, the support for video and audio will continue to be provided in tensorflow-io: \u003chttps://github.com/tensorflow/io\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------|--------------------------------------------------------------------|\n| `contents` | The binary contents of the video file to decode. This is a scalar. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A rank-4 `Tensor` that has `[frames, height, width, 3]` RGB as output. ||\n\n\u003cbr /\u003e"]]