langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
51.06k stars 7.35k forks source link

Run failed: file type video is not supported #10453

Closed bingbing6 closed 1 hour ago

bingbing6 commented 2 hours ago

Self Checks

Dify version

0.11.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

image ollama——anas/video-llava:test-v2,Video analysis is not supported

✔️ Expected Behavior

Can perform video analysis

❌ Actual Behavior

Run failed: file type video is not supported

dosubot[bot] commented 2 hours ago

The issue you're encountering is due to the fact that Dify does not currently support direct video file processing. While Dify allows for file uploads, including video files in formats like MP4, MOV, MPEG, and MPGA, it lacks built-in tools to process these files directly. Application developers need to integrate external tools to handle video file processing [1].

There are similar discussions on this topic, such as:

  1. how to use/process video files in workflow? - This discussion is still open and might provide insights or potential workarounds.
  2. Not support for mp4? - Another open discussion that addresses the lack of support for video file types.

For now, you would need to use external solutions to extract and process video content outside of Dify.

To continue talking to Dosu, mention @dosu.

hjlarry commented 1 hour ago

the video file type just support by this PR https://github.com/langgenius/dify/pull/9828 you can try again later, maybe raise other errors