mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #14261] issue: Video Files Not Processed For Transcription #17195
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NoMoreFood on GitHub (May 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14261
Originally assigned to: @jackthgu on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.10
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
MP4 files should be sent to the transcription services (STT) like WAV files are.
Actual Behavior
Nothing happens. The console logs report the MIME type but not transcription activity.
Steps to Reproduce
Logs & Screenshots
The console reports the following:
open-webui | 2025-05-23 23:33:00.852 | INFO | open_webui.routers.files:upload_file:91 - file.content_type: video/mp4 - {}
open-webui | 2025-05-23 23:33:00.947 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.18.0.1:47372 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
This is what the UI looks like after the file is transmitted:
Additional Information
I believe I see where this issue is occurring. Should we make this list customizable with a setting with delimited MIME types to force transcription on?
@arunbugkiller commented on GitHub (May 30, 2025):
@NoMoreFood anything on this, were you able to make any progress here? We are also stuck here
@NoMoreFood commented on GitHub (Jun 3, 2025):
@arunbugkiller Nothing yet. I was thinking maybe that the code should call something like supports_transcription() function that would conditionally make a decision based on the STT provider (providers could support different MIME types). I was hoping for input from others though.
@arunbugkiller commented on GitHub (Jun 4, 2025):
@tjbck Would be really great if you can throw some light here
@tjbck commented on GitHub (Jun 8, 2025):
Agreed with customizable mime types for STT processing, PR welcome!
@NoMoreFood commented on GitHub (Jun 9, 2025):
Alright, I'll put in something this week.
@tjbck commented on GitHub (Jun 16, 2025):
Thanks!