Skip to content

Ace-Who/PowerShell-Get-Audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

posh-Get-Audio

Extract and/or split audio stream from a media file.

Usage

Extract audio streams from two .mp4 files and save as input1.m4a and input2.m4a.

$ Get-Audio -InputFiles input1.mp4, input2.mp4 -Extension .m4a

Extract and splitting the audio stream from input.mp4 according to the track informations in input.cue.

$ Get-Audio -InputFiles input.mp4 -CueSheet input.cue

Dependency

  • ffmpeg
  • ffprobe, used for splitting file.

About

Extract and/or split audio stream from a media file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published