Skip to content

Commit 5921805

Browse files
committed
update tables
1 parent dcc40f2 commit 5921805

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

articles/ai-services/computer-vision/how-to/video-retrieval.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,34 @@ Azure AI Spatial Analysis Video Retrieval APIs are part of Azure AI Vision and e
2525

2626
## Input requirements
2727

28-
### Supported file formats
28+
### Supported formats
29+
2930
| File format | Description |
3031
| ----------- | ----------- |
3132
| `asf` | ASF (Advanced / Active Streaming Format) |
32-
| `avi` | AVI (Audio Video Interleaved) |
33-
| `flac` | raw FLAC|
33+
| `avi` | AVI (Audio Video Interleaved) |
3434
| `flv` | FLV (Flash Video) |
3535
| `matroskamm`, `webm` | Matroska / WebM |
36-
| `mov`, `mp4`, `3gp`, `3g2`, `mj2` | QuickTime / MOV |
37-
| `mpegts` | MPEG-TS (MPEG-2 Transport Stream) |
38-
| `ogg` | Ogg|
39-
| `rawvideo` | raw video |
40-
| `rm` | RealMedia |
41-
| `rtsp` | RTSP input |
36+
| `mov`,`mp4`,`m4a`,`3gp`,`3g2`,`mj2` | QuickTime / MOV |
37+
38+
### Supported video codecs
4239

43-
### Supported audio codecs
4440
| Codec | Format |
4541
| ----------- | ----------- |
46-
| `aac` | AAC (Advanced Audio Coding) |
47-
| `mp3`| MP3 (MPEG audio layer 3) |
48-
| `pcm` | PCM |
4942
| `h264` | H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 |
50-
| `h265` | HEVC |
43+
| `h265` | H.265/HEVC |
5144
| `libvpx-vp9` | libvpx VP9 (codec vp9) |
52-
| `rawvideo` | raw video |
53-
| `vorbis` | Vorbis |
54-
| `wmav2`| Windows Media Audio 2 |
45+
| `mpeg4` | MPEG-4 part 2 |
46+
47+
### Supported audio codecs
48+
49+
| Codec | Format |
50+
| ----------- | ----------- |
51+
| `aac` | AAC (Advanced Audio Coding) |
52+
| `mp3` | MP3 (MPEG audio layer 3) |
53+
| `pcm` | PCM (uncompressed) |
54+
| `vorbis` | Vorbis |
55+
| `wmav2` | Windows Media Audio 2 |
5556

5657
## Call the Video Retrieval APIs
5758

0 commit comments

Comments
 (0)