Skip to content

Navigation Menu

Sign in
Sign up

fix: allow video files in the transcription file action - #461

Open
bigcat88 wants to merge 1 commit into
main from
fix/439/allow-video-transcription
Open

fix: allow video files in the transcription file action #461
bigcat88 wants to merge 1 commit into
main from
fix/439/allow-video-transcription

Conversation

@bigcat88

@bigcat88 bigcat88 commented Feb 17, 2026
edited
Loading

Copy link
Copy Markdown
Member

The "Transcribe audio using AI" file action in the Files app only accepted audio MIME types, so it didn't appear for video files.

Transcription providers (e.g. LocalAI, Whisper) already handle video input -- the backend passes the file ID directly without any MIME filtering -- so this was purely a frontend filter issue.

Changes:

  • Added VALID_AUDIO_VIDEO_MIME_TYPES constant combining the existing audio types with common video formats (webm, mp4, ogg, mkv)
  • Updated the STT file action and parent group action to use it
  • Renamed the action label to "Transcribe media using AI"

Closes #439

The file action for transcribing audio in the Files app now also
accepts common video formats (webm, mp4, ogg, mkv), since
transcription providers like LocalAI already support video input.
Closes #439
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@marcelklehr marcelklehr marcelklehr approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Audio transcription: allow video files to be transcribed

AltStyle によって変換されたページ (->オリジナル) /