RoughDraft

Extension/ShowWaveform.RoughDraft.Extension.ps1

Synopsis

Shows audio waveform.


Description

Shows a waveform of the audio, using the showwaves filter



Examples

EXAMPLE 1

Show-Media -InputPath .\a.mp3 -ShowWaveform

EXAMPLE 2

Edit-Media -InputPath .\a.mp3 -ShowWaveform -OutputPath .\a.mp4

Parameters

ShowWaveform

If set, will show a line waveform

Type Required Position PipelineInput Aliases
[Switch] true named false ShowWaves

ShowWaveformMode

Set display mode

Valid Values:

Type Required Position PipelineInput Aliases
[String] false 1 false showwaves_mode

ShowWaveformSize

Specify the video size for the output. Default value is 600x200

Type Required Position PipelineInput Aliases
[String] false 2 false showwaves_size
ShowWavesSize

ShowWaveformSplitChannel

Set if channels should be drawn separately or overlap

Type Required Position PipelineInput Aliases
[Switch] false named false showwaves_split_channel

ShowWaveformColor

Show waves color

Type Required Position PipelineInput Aliases
[String[]] false 3 false showwaves_colors
ShowWavesColor

ShowWaveformScale

Set amplitude scale.

Valid Values:

Type Required Position PipelineInput Aliases
[String] false 4 false showwaves_scale
ShowWavesScale

Syntax

Extension/ShowWaveform.RoughDraft.Extension.ps1 -ShowWaveform [[-ShowWaveformMode] <String>] [[-ShowWaveformSize] <String>] [-ShowWaveformSplitChannel] [[-ShowWaveformColor] <String[]>] [[-ShowWaveformScale] <String>] [<CommonParameters>]