0

Can you please help with list of video formats and codecs that are supported by Google Cloud Video Intelligence API

Tarun
  • 517
  • 4
  • 9
  • 24

2 Answers2

0

The API supports common video formats, including .MOV, .MPEG4, .MP4, and .AVI. Per https://cloud.google.com/video-intelligence/docs/

huysmania
  • 1,054
  • 5
  • 11
0

Video Intelligence uses FFMPEG to process the videos, so the formats supported by FFMPEG are also supported by it.

A.Queue
  • 1,549
  • 6
  • 21