Enhance file selection to support additional audio format (M4A) and update README.md to reflect new supported formats for video and audio recordings.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
# Video Transcriber
|
||||
|
||||
## Project Overview
|
||||
The video Recording Transcriber is a Python application built with Streamlit that processes video recordings (particularly from OBS Studio) to generate transcripts and summaries using AI models. The application uses Whisper for transcription and Hugging Face Transformers for summarization.
|
||||
The Video Recording Transcriber is a Python application built with Streamlit that processes video and audio recordings to generate transcripts and summaries using AI models. The application uses Whisper for transcription and Hugging Face Transformers for summarization.
|
||||
|
||||
**Supported Formats**: MP4, AVI, MOV, MKV (video) and M4A (audio)
|
||||
|
||||
|
||||

|
||||
@ -84,8 +86,8 @@ streamlit run app.py
|
||||
```
|
||||
|
||||
## Usage
|
||||
1. Set your base folder where OBS recordings are stored
|
||||
2. Select a recording from the dropdown
|
||||
1. Set your base folder where video/audio recordings are stored
|
||||
2. Select a recording from the dropdown (supports MP4, AVI, MOV, MKV, M4A)
|
||||
3. Choose transcription and summarization models
|
||||
4. Configure performance settings (GPU acceleration, caching)
|
||||
5. Select export formats and compression options
|
||||
|
||||
Reference in New Issue
Block a user