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