Trim Audio
Trims Audio, using the atrim filter.
If set, will use the atrim filter
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Timestamp (in seconds) of the start of the section to keep. The audio sample with the timestamp start will be the first sample.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[TimeSpan] |
false | 1 | false |
Specify time of the first audio sample that will be dropped, The audio sample immediately preceding the one with the timestamp end will be the last sample.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[TimeSpan] |
false | 2 | false |
Same as TrimStart, in samples instead of seconds.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[Int32] |
false | 3 | false | start_pts |
Same as TrimEnd, in samples instead of seconds.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[Int32] |
false | 4 | false | end_pts |
The number of the first sample that should be output.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[Int32] |
false | 5 | false | start_sample |
The number of the first sample that should be dropped.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[Int32] |
false | 6 | false | end_sample |
The maximum duration of the output.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[TimeSpan] |
false | 7 | false |
Extension/TrimAudio.RoughDraft.Extension.ps1 -TrimAudio [[-TrimStart] <TimeSpan>] [[-TrimEnd] <TimeSpan>] [[-TrimStartPoint] <Int32>] [[-TrimEndPoint] <Int32>] [[-TrimStartSample] <Int32>] [[-TrimEndSample] <Int32>] [[-TrimDuration] <TimeSpan>] [<CommonParameters>]