Video input modality is poorly documented

#53
by harfum8 - opened

The only documentation I can find on the video input modality is on Z.ai's web API here:
https://docs.z.ai/api-reference/llm/chat-completion#body-one-of-1-messages-items-one-of-0-content-one-of-0

It states:

"Video URL address.The video size is limited to within 200 MB, GLM-5V GLM4.6V series are limited to 2 videos, GLM4.5V limit 1 video, and the format supports mp4,mkv,mov."

mp4, mkv, and mov are container formats. They hold a wide variety of video and audio codecs. The documentation should specify exactly which codecs are supported. Is it just h264 and AAC? What about HEVC, or AV1, or VP9, and so on? Please consider improving the documentation to reflect this feature that I'm sure your engineers spent a great deal of time on!

Hi, @harfum8
codec support—including H.264, HEVC, AV1, and VP9—depends on the selected backend and its underlying FFmpeg build

harfum8 changed discussion status to closed
harfum8 changed discussion status to open

Thank you. So on the official API, is it just ffmpeg so the codec support is very broad?

Sign up or log in to comment