Skip to content

Use FFPlay

James Brundage edited this page Apr 22, 2022 · 2 revisions

Use-FFPlay

Synopsis

Uses FFPlay directly.


Description

Runs FFPlay.


Related Links


Examples

EXAMPLE 1

Use-FFPlay -FFPlayArgument "$home\Music\ASong.mp3"

Parameters

FFPlayArgument

Arguments to FFPlay.

Type Requried Postion PipelineInput
[String[]] false named true (ByPropertyName)

FFPlayPath

The path to FFPlay.

Type Requried Postion PipelineInput
[String] false named false

AsJob

If set, will run as a background job.

Type Requried Postion PipelineInput
[Switch] false named false

Outputs

System.String


Syntax

Use-FFPlay [-FFPlayArgument <String[]>] [-FFPlayPath <String>] [-AsJob] [<CommonParameters>]

Clone this wiki locally