-
Notifications
You must be signed in to change notification settings - Fork 1
Support
Get help with EncodeForge issues, troubleshooting, and frequently asked questions.
- Wiki Pages - Check all wiki pages for detailed guides
- README - Overview and quick start
- Release Notes - What's new in each version
- GitHub Issues - Report bugs and request features
- GitHub Discussions - Ask questions and get help
- Discord - Chat with community (if available)
- Check this troubleshooting guide
- Search existing issues/discussions
- Check logs for error messages
- Provide detailed information:
- OS and version
- EncodeForge version
- Steps to reproduce
- Error messages/logs
Symptoms:
- Setup window closes unexpectedly
- Download hangs or fails
- "FFmpeg not found" error
Solutions:
- Check internet connection
- Ensure sufficient disk space (~500 MB)
- Disable antivirus temporarily
- Run as administrator
- Check logs in:
Tools → Open Logs Folder
Solutions:
- Manual installation:
- Download from ffmpeg.org
- Extract to folder
- Set path in Settings
- Using package manager:
# Linux sudo apt install ffmpeg # macOS brew install ffmpeg # Windows winget install ffmpeg
Solutions:
- Check Python version (requires 3.8+):
python --version
- Update pip:
python -m pip install --upgrade pip
- Install requirements:
pip install -r requirements.txt
Symptoms:
- Taking much longer than expected
- Using CPU instead of GPU
Solutions:
- Check hardware acceleration enabled
- Update GPU drivers
- Verify FFmpeg build supports hardware encoders:
ffmpeg -encoders | grep nvenc - Check GPU usage with monitoring tool
Symptoms:
- Error message about hardware encoders
- Falling back to software encoding
Solutions:
-
NVIDIA NVENC:
- Requires GTX 600 series or newer
- Update drivers to latest
- Check GPU supports encoding
-
AMD AMF:
- Only works on Windows
- Requires recent AMD GPUs
- Update drivers
-
Intel Quick Sync:
- Requires 6th gen Intel or newer
- Enable in BIOS
- Install Intel drivers
Symptoms:
- Encoded file bigger than original
- Quality set too high
Solutions:
- Increase CQ value (lower quality):
- CQ 28-32 for smaller files
- CQ 18-23 for high quality
- Use preset p5-p7 (faster/larger)
- Use hardware acceleration (better compression)
- Consider stream copying if only changing container
Symptoms:
- Audio doesn't match video
- Gets worse over time
Solutions:
- Re-encode audio instead of copying:
- Settings → Audio Codec → "aac"
- Check source file integrity
- Try software encoder as fallback
- Report bug with sample file
Symptoms:
- "Whisper not setup" error
- Cannot generate subtitles
Solutions:
- Setup Whisper:
- Tools → Setup AI Subtitles
- Follow wizard
- Check Python packages:
pip install openai-whisper
- Verify models downloaded:
- Check
settings/whisper-models/ - Re-download if needed
- Check
Symptoms:
- Search returns no results
- All providers fail
Solutions:
- Check provider configuration:
- Settings → Subtitle Providers
- Verify API keys
- Try different provider
- Check file naming (match to database)
- For anime, try anime-specific providers
Symptoms:
- Subtitles don't match audio
- Timing offset
Solutions:
- Use Whisper for accurate timing
- Adjust subtitle timing (WIP feature)
- Try different subtitle file
- Check source video integrity
Symptoms:
- Cannot find metadata
- "No match" for files
Solutions:
- Check file naming is readable
- Try different provider
- Verify API keys configured
- Check provider status (some may be rate limited)
- Manual correction for ambiguous names
Symptoms:
- Wrong movie/show matched
- Incorrect season/episode
Solutions:
- Preview before applying
- Provide more specific filename
- Try different provider
- Manual correction needed
Symptoms:
- "Apply Changes" does nothing
- Files stay same name
Solutions:
- Check file permissions
- Ensure files not in use
- Close media players/editors
- Check disk space
- Run as administrator if needed
Symptoms:
- Application closes unexpectedly
- "Force quit" on macOS
Solutions:
- Check logs:
- Tools → Open Logs Folder
- Look for errors
- Update to latest version
- Clear settings and restart
- Report with crash logs
Symptoms:
- Slow performance
- "Out of memory" errors
Solutions:
- Reduce batch size
- Close other applications
- Use lower quality presets
- Increase system RAM
- Process files individually
Common Errors:
"Permission denied"
- Run as administrator
- Check file permissions
- Verify paths
"No such file or directory"
- Check file exists
- Verify paths
- Use absolute paths
"Invalid argument"
- Check FFmpeg version
- Update FFmpeg
- Report bug with command
Q: Is EncodeForge free? A: Yes, EncodeForge is open source and free under MIT license.
Q: Which platforms are supported? A: Windows 10+, macOS 10.15+, and Linux (Ubuntu 18.04+).
Q: Can I use EncodeForge commercially? A: Yes, MIT license allows commercial use.
Q: How much disk space do I need? A: ~250 MB for app + dependencies. AI models require 300 MB - 3 GB additional.
Q: Which is faster: Hardware or software encoding? A: Hardware encoding (NVENC/AMF/QSV) is typically 5-10x faster than software.
Q: What's the best quality setting? A: CQ 18-23 with preset p3-p4 provides excellent quality. Adjust based on needs.
Q: Can I keep original files? A: Yes, disable "Delete Original" in settings.
Q: Does encoding reduce quality? A: Lossy encoding always reduces quality. Hardware encoders provide good quality at high speeds.
Q: Which Whisper model should I use? A: "base" for speed, "medium" for accuracy. "small" is a good balance.
Q: How accurate is Whisper? A: Very accurate for clear audio. Accuracy drops with poor audio quality or accents.
Q: Can I translate subtitles? A: Not yet. Future feature planned.
Q: Why aren't web providers working? A: Most scraper-based providers are broken due to website changes. Only OpenSubtitles API works currently.
Q: Do I need API keys? A: Recommended but not required. Free providers work without keys.
Q: Which provider is best? A: TMDB for movies/TV, AniDB for anime. TVDB is also good for TV shows.
Q: Can I customize naming patterns? A: Yes, use the Pattern Editor for custom formats.
Q: Are backups created automatically? A: Enable "Create backup" checkbox in Metadata mode.
Q: Can I contribute to EncodeForge? A: Yes! See Developer Guide for details.
Q: How do I report bugs? A: Create an issue on GitHub with details and logs.
Q: Can I request features? A: Yes, use GitHub Discussions or Issues.
Q: Is there a roadmap? A: Check GitHub Projects or Issues for planned features.
Desktop GUI:
- Tools → Open Logs Folder
- Tools → View Logs
Log Location:
- Windows:
%APPDATA%\EncodeForge\logs\ - macOS:
~/Library/Application Support/EncodeForge/logs/ - Linux:
~/.config/EncodeForge/logs/
- DEBUG - Detailed debugging info
- INFO - General information
- WARNING - Warnings
- ERROR - Errors
- Right-click logs → Export
- Share logs when reporting issues
Windows:
systeminfomacOS:
system_profiler SPHardwareDataTypeLinux:
lscpuNVIDIA:
nvidia-smiAMD:
lspci | grep VGAIntel:
intel_gpu_topInclude:
- OS and version
- EncodeForge version
- Steps to reproduce
- Expected vs actual behavior
- Logs/screenshots
- System information
- GitHub Issues: Report Bug
- GitHub Discussions: Ask Question
- Email: support@encodeforge.org (if available)
Can't find your issue? Search existing issues or create a new one!