-
-
Notifications
You must be signed in to change notification settings - Fork 3
Use FFProbe
James Brundage edited this page Apr 22, 2022
·
2 revisions
Uses ffprobe directly.
Runs ffprobe.
Use-FFProbe -FFProbeArgument "$home\Music\ASong.mp3"Arguments to ffprobe.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String[]] |
false | named | true (ByPropertyName) |
The path to FFProbe
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | named | false |
If set, will launch in a background job.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
System.String
Use-FFProbe [-FFProbeArgument <String[]>] [-FFProbePath <String>] [-AsJob] [<CommonParameters>]