ffmpeg-extract-audio
Audio extractor
A Node.js module to extract audio from media files using ffmpeg.
Extracts an audio stream from a media file.
17 stars
4 watching
4 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
ffmpegfluent-ffmpeg
Related projects:
Repository | Description | Stars |
---|---|---|
transitive-bullshit/ffmpeg-probe | A Node.js wrapper around ffprobe to extract metadata from media files | 15 |
transitive-bullshit/ffmpeg-extract-frames | Extracts frames from a video using ffmpeg. | 65 |
transitive-bullshit/ffmpeg-extract-frame | A utility that extracts a single frame from a video file using ffmpeg | 15 |
transitive-bullshit/ffmpeg-on-progress | Utility to accurately report progress of ffmpeg commands with no output or estimate | 14 |
transitive-bullshit/ffmpeg-generate-video-preview | Generates image strips or GIFs from video files | 153 |
transitive-bullshit/ffmpeg-concat | Concats multiple videos together using FFmpeg and customizable OpenGL transitions. | 902 |
jamiebullock/libxtract | A portable, lightweight library providing a set of audio feature extraction functions that can be cascaded to create complex extraction hierarchies. | 227 |
njh/ts2mpa | Tool to extract MPEG Audio from MPEG-2 Transport Streams | 5 |
enferex/mp3nema | Analyzes and inserts data between frames of an audio file. | 8 |
transitive-bullshit/ffmpeg-cli-flags | A comprehensive documentation repository of FFmpeg commandline flags. | 48 |
tomaszzmuda/xabe.ffmpeg | Provides a .NET Standard wrapper around FFmpeg for media processing without requiring knowledge of FFmpeg's inner workings. | 715 |
meyda/meyda | A JavaScript library that extracts audio features from audio data using various techniques such as spectral centroid and zero-crossing. | 1,491 |
transitive-bullshit/ffmpeg-gl-transition | A library that enables easy application of GLSL transitions between video streams in FFmpeg filter graphs | 671 |
audiojs/audio | A JavaScript class for manipulating audio data | 240 |
tootallnate/node-speaker | Outputting PCM audio data to speakers through an interface providing control over audio format and playback device. | 656 |