Skip to main content

Module extraction

Module extraction 

Source
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.