Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.18 KB

File metadata and controls

34 lines (20 loc) · 1.18 KB

PwshAudioExtraction

Minimum Supported PowerShell Version Cross Platform

A PowerShell module for ripping and tagging audio from various media sources.

Dependencies

The following applications need to be installed on your machine:

The following libraries are used in this module:

Installation

We recommend you use Chocolatey to install youtube-dl and ffmpeg.

The main functions from this module are:

  • ConvertTo-Mp3 - wraps over ffmpeg to convert video/audio files to MP3. Preserves metadata by default.
  • Invoke-DownloadAudio - wraps over youtube-dl to rip audio from web sources.

License

Distributed under the MIT License.