Expand description
Audio extraction from video files via ffmpeg.
Shells out to ffmpeg to extract mono f32 PCM audio from video containers. ffmpeg is a runtime dependency (already required by rmedia).
Constants§
- DEFAULT_
SAMPLE_ RATE - Default sample rate for extraction (matches AAC standard).
Functions§
- build_
ffmpeg_ args - Build the ffmpeg command for audio extraction.
- default_
edl_ path - Derive the default EDL path from a video path.
- extract_
audio - Extract audio from a video file as mono f32 PCM samples.