A free, open-source video to audio converter that runs entirely in your browser. No server uploads, no registration required - your files never leave your device.
- 100% Privacy: All processing happens locally in your browser using WebAssembly
- Multiple Formats: Convert to MP3, WAV, AAC, OGG, or FLAC
- No Limits: No file size restrictions, no conversion limits
- No Registration: Start converting immediately, no account needed
- Dark Mode: Automatic dark mode support based on system preferences
- MP4
- AVI
- MOV
- MKV
- WebM
- And more video formats
Try the full-featured version at freevideotoaudio.com
- Next.js - React framework
- FFmpeg.wasm - WebAssembly port of FFmpeg
- Tailwind CSS - Styling
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/guyfar/video-audio-converter.git
cd video-audio-converter
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 in your browser.
npm run buildThe static files will be generated in the out directory.
This converter uses FFmpeg compiled to WebAssembly, which means:
- Your video file is read directly in your browser
- FFmpeg.wasm processes the file locally
- The extracted audio is generated in your browser
- You download the result directly - no server involved
MIT License - feel free to use this in your own projects!
- Full Version: freevideotoaudio.com
- Issues: GitHub Issues
Contributions are welcome! Please feel free to submit a Pull Request.