Shows audio waveform.
Shows a waveform of the audio, using the showwaves filter
Show-Media -InputPath .\a.mp3 -ShowWaveform
Edit-Media -InputPath .\a.mp3 -ShowWaveform -OutputPath .\a.mp4
If set, will show a line waveform
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
true | named | false | ShowWaves |
Set display mode
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 1 | false | showwaves_mode |
Specify the video size for the output. Default value is 600x200
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | showwaves_size ShowWavesSize |
Set if channels should be drawn separately or overlap
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | showwaves_split_channel |
Show waves color
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String[]] |
false | 3 | false | showwaves_colors ShowWavesColor |
Set amplitude scale.
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 4 | false | showwaves_scale ShowWavesScale |
Extension/ShowWaveform.RoughDraft.Extension.ps1 -ShowWaveform [[-ShowWaveformMode] <String>] [[-ShowWaveformSize] <String>] [-ShowWaveformSplitChannel] [[-ShowWaveformColor] <String[]>] [[-ShowWaveformScale] <String>] [<CommonParameters>]