Free tools › Audio and video
Video to WAV
The audio track, exactly as it is, in a WAV any editor opens.
This one runs on your credits. The audio track, exactly as it is, in a WAV any editor opens.
Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run video to wav there.
Pick a file below to see exactly what it would cost.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert Video to WAV
- Sign in — 500 free credits a month.
- Drop the video in the workbench.
- Run it and download the WAV.
What happens to your file
The audio stream is decoded to 16-bit PCM and written as a WAV — no compression, so it is large (about 10 MB a minute in stereo) and exact. Video frames are discarded.
Media processing costs real compute per minute, so it runs against your own credits, the first 500 each month free.
Questions
WAV or MP3?
WAV for editing and archiving; MP3 or M4A to send. Video to M4A and MP4 to MP3 are beside this.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "video.extract-audio",
"options": {
"format": "wav"
}
}'The same operation, video.extract-audio — The soundtrack alone: mp3, wav, aac or flac. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.