Shows a Vector Scope of the Audio
Shows a Vector Scope of the Audio, using the avectorscope filter
Show-Media -InputPath .\a.mp3 -ShowVectorScope
Edit-Media -InputPath .\a.mp3 -ShowVectorScope -OutputPath .\a.mp4
If set, will show volume
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Specify the video size for the output. Default value is 400x400
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 1 | false | avectorscope_size |
Set the vectorscope mode.
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | avectorscope_mode |
Set the zoom factor. Default value is 1. Allowed range is [0, 10]. Values lower than 1 will auto adjust zoom factor to maximal possible value.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 3 | false | avectorscope_zoom |
Set the vectorscope drawing mode.
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 4 | false | avectorscope_draw |
Specify amplitude scale of audio samples
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 5 | false | avectorscope_scale |
Swap left channel axis with right channel axis.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | false | avectorscope_swap |
Mirror axis.
Valid Values:
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 6 | false | avectorscope_mirror |
Specify the red contrast. Default values is 40.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 7 | false | avectorscope_rc |
Specify the green contrast. Default value is 160.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 8 | false | avectorscope_gc |
Specify the blue contrast. Default value is 80.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 9 | false | avectorscope_bc |
Specify the alpha contrast. Default values is 255.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 10 | false | avectorscope_ac |
Specify the red, green, blue and alpha fade. Default values is 15.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 11 | false | avectorscope_rf |
Specify the green fade. Default values is 10.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 12 | false | avectorscope_gf |
Specify the blue fade. Default values is 5.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 13 | false | avectorscope_bf |
Specify the alpha fade. Default values is 5.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 14 | false | avectorscope_af |
Extension/ShowVectorScope.RoughDraft.Extension.ps1 -ShowVectorScope [[-ShowVectorScopeSize] <String>] [[-ShowVectorScopeMode] <String>] [[-ShowVectorScopeZoom] <Double>] [[-ShowVectorScopeDrawMode] <String>] [[-ShowVectorScopeScale] <String>] [-ShowVectorScopeSwap] [[-ShowVectorScopeMirror] <String>] [[-ShowVectorScopeRedContrast] <Int32>] [[-ShowVectorScopeGreenContrast] <Int32>] [[-ShowVectorScopeBlueContrast] <Int32>] [[-ShowVectorScopeAlphaContrast] <Int32>] [[-ShowVectorScopeRedFade] <Int32>] [[-ShowVectorScopeGreenFade] <Int32>] [[-ShowVectorScopeBlueFade] <Int32>] [[-ShowVectorScopeAlphaFade] <Int32>] [<CommonParameters>]