-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DarkWob edited this page Dec 9, 2024
·
2 revisions
Welcome to the youtube-mp3-converter wiki!
Welcome to the YouTube MP3 Converter wiki! Here you'll find comprehensive documentation about using and configuring the converter.
-
- Prerequisites
- Installation
- Basic Setup
- Directory Structure
-
- Simple Conversion
- Progress Tracking
- Error Handling
-
- Audio Formats
- Quality Settings
- Playlist Options
- Metadata
- Thumbnails
- Network Settings
-
- YouTubeConverter
- ConverterOptions
- Progress Tracking
- Error Handling
-
- Basic Examples
- Advanced Examples
- Progress Tracking Examples
- Error Handling Examples
-
- Common Issues
- Dependencies
- Error Messages
- FAQ
- π΅ Multiple audio format support (mp3, wav, aac, m4a, opus, vorbis, flac)
- π Full playlist support with filters
- π§ YouTube Music support
- π Real-time progress tracking
- πΌοΈ Automatic thumbnail embedding
- π ID3 metadata support
- π Security features
- π― Clean API
- π Automatic cleanup
use Darkwob\YoutubeMp3Converter\Converter\YouTubeConverter;
use Darkwob\YoutubeMp3Converter\Progress\FileProgress;
$progress = new FileProgress(DIR . '/progress');
$converter = new YouTubeConverter(
DIR . '/bin',
DIR . '/downloads',
DIR . '/temp',
$progress
);
$result = $converter->processVideo('https://www.youtube.com/watch?v=VIDEO_ID');`
If you encounter any issues or have questions:
- Check the Troubleshooting guide
- Search existing Issues
- Create a new issue if needed
Contributions are welcome! Please read our Contributing Guide for details.