3.4 KiB
3.4 KiB
🎵 M4A Audio File Support
VideoTranscriber now supports M4A audio files! This format is commonly used by:
- Apple devices (iPhone, iPad, Mac)
- Voice recording apps
- Audio podcasts and interviews
- High-quality audio recordings
What's New
Supported Formats
- Video: MP4, AVI, MOV, MKV
- Audio: M4A ✨ (NEW!)
How It Works
- Direct Processing: M4A files are processed directly without audio extraction
- Same Features: All transcription and summarization features work with M4A
- Optimized Performance: Faster processing since no video-to-audio conversion needed
Usage Examples
Common M4A Sources
iPhone Voice Memos
/Users/yourname/Desktop/recordings/
├── meeting_notes.m4a
├── interview.m4a
└── lecture.m4a
Podcast Recordings
/path/to/podcast/
├── episode_001.m4a
├── episode_002.m4a
└── bonus_content.m4a
Professional Audio
/path/to/audio/
├── conference_call.m4a
├── client_interview.m4a
└── webinar_recording.m4a
Technical Details
File Processing
- M4A Files: Processed directly by Whisper (no conversion needed)
- Video Files: Audio extracted first, then processed
- Performance: M4A processing is faster due to no extraction step
Quality Considerations
- M4A supports high-quality audio compression
- Better quality = more accurate transcription
- Recommended: 44.1kHz, 16-bit or higher
Supported Features with M4A
- ✅ Transcription: Full Whisper model support
- ✅ Summarization: Ollama and HuggingFace models
- ✅ Speaker Diarization: Identify different speakers
- ✅ Translation: Multi-language support
- ✅ Keyword Extraction: Important terms with timestamps
- ✅ Export Formats: SRT, ASS, VTT subtitles
- ✅ Caching: Faster re-processing
Getting Started
- Place M4A files in your designated recordings folder
- Launch VideoTranscriber
- Select folder containing your M4A files
- Choose file from dropdown (M4A files will appear alongside videos)
- Process as normal - all features work identically!
Troubleshooting
M4A Files Not Appearing
- Check file extension is
.m4a(lowercase) - Ensure files are in the selected folder
- Verify no file corruption
Processing Issues
- M4A files with DRM protection may not work
- Very large files (>2GB) may need more memory
- Ensure FFmpeg is properly installed
Quality Issues
- Low-quality recordings may have poor transcription
- Background noise affects accuracy
- Consider noise reduction before processing
Comparison: M4A vs Video Files
| Feature | M4A Files | Video Files |
|---|---|---|
| Processing Speed | ⚡ Faster | Slower (audio extraction needed) |
| File Size | 📦 Smaller | Larger |
| Quality | 🎵 Audio-optimized | May have video artifacts |
| Compatibility | ✅ Direct support | ✅ Supported (via extraction) |
| Use Cases | Interviews, podcasts, meetings | Screen recordings, presentations |
Future Enhancements
Planned improvements for audio file support:
- Additional audio formats (WAV, FLAC, AAC)
- Batch processing for multiple M4A files
- Audio quality analysis and optimization suggestions
- Integration with cloud audio services
M4A support makes VideoTranscriber more versatile for pure audio content while maintaining all the powerful transcription and analysis features you expect!