← Back to all generators
lucataco/extract-audio
Official
View on Replicate →
Simple tool to extract audio from a video file
Capabilities
No capability data available
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
video * | string (uri) | Video file to extract audio from | — | — |
audio_quality | string | Audio quality level | "high" | low medium high lossless |
fade_in | number | Fade in duration in seconds | 0 | min: 0, max: 10 |
fade_out | number | Fade out duration in seconds | 0 | min: 0, max: 10 |
noise_reduction | boolean | Apply basic noise reduction filter | false | — |
normalize_audio | boolean | Normalize audio levels to prevent clipping | false | — |
output_format | string | Output audio format | "mp3" | mp3 wav aac m4a ogg |
trim_end | number | Seconds to trim from the end (0 = no trimming) | 0 | min: 0 |
trim_start | number | Seconds to trim from the beginning | 0 | min: 0 |
volume_boost | number | Volume multiplier (1.0 = original volume, 2.0 = double volume) | 1 | min: 0.1, max: 5 |
video required string Video file to extract audio from
audio_quality string Audio quality level
Default:
"high" low medium high lossless
fade_in number Fade in duration in seconds
Default:
0 min: 0, max: 10 fade_out number Fade out duration in seconds
Default:
0 min: 0, max: 10 noise_reduction boolean Apply basic noise reduction filter
Default:
false normalize_audio boolean Normalize audio levels to prevent clipping
Default:
false output_format string Output audio format
Default:
"mp3" mp3 wav aac m4a ogg
trim_end number Seconds to trim from the end (0 = no trimming)
Default:
0 min: 0 trim_start number Seconds to trim from the beginning
Default:
0 min: 0 volume_boost number Volume multiplier (1.0 = original volume, 2.0 = double volume)
Default:
1 min: 0.1, max: 5 Version:
6c31366812b3 Updated: 2/26/2026 4.4K runs
cinemasetfree.com