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 |
---|---|---|---|
[Switch] |
true | named | false |
Set display mode
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | false |
Specify the video size for the output. Default value is 600x200
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 2 | false |
Set if channels should be drawn separately or overlap
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Show waves color
Type | Required | Position | PipelineInput |
---|---|---|---|
[String[]] |
false | 3 | false |
Set amplitude scale.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Extension/ShowWaveform.RoughDraft.Extension.ps1 -ShowWaveform [[-ShowWaveformMode] <String>] [[-ShowWaveformSize] <String>] [-ShowWaveformSplitChannel] [[-ShowWaveformColor] <String[]>] [[-ShowWaveformScale] <String>] [<CommonParameters>]