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:
Your Name
2025-08-05 11:18:36 -04:00
parent 3346b0df0f
commit f04853eba9
7 changed files with 203 additions and 16 deletions

View File

@ -17,13 +17,16 @@ docker-compose up -d --build
## Better Solution: Use Prebuilt Images
Once available, use the prebuilt images instead:
⚠️ **Note**: GitHub Actions had a naming issue that's now fixed. See [FIX-GITHUB-ACTIONS.md](FIX-GITHUB-ACTIONS.md) for details.
Once prebuilt images are available, use them instead:
```bash
# Stop current container
docker-compose down
# Check if images are ready
docker pull ghcr.io/dataants-ai/videotranscriber:latest
# Use prebuilt image (no build required)
# If successful, stop current container and use prebuilt image
docker-compose down
docker-compose -f docker-compose.prebuilt.yml up -d
```