Skip to content

Latest commit

 

History

History
83 lines (38 loc) · 1.28 KB

TestSource-Extension.md

File metadata and controls

83 lines (38 loc) · 1.28 KB

Extension/TestSource.RoughDraft.Extension.ps1

Synopsis

Generates test sources


Description

Generates test sources using lavfi


Related Links


Examples

EXAMPLE 1

New-Media -TestSource testsrc2 -Duration "00:00:05" -OutputPath "TestSource.gif"

Parameters

TestSource

The name of the test source

Valid Values:

  • allrgb
  • allyuv
  • pal75bars
  • pal100bars
  • rgbtestsrc
  • smtpebars
  • testsrc
  • testsrc2
  • yuvtestsrc
Type Required Position PipelineInput
[String] true 1 false

Syntax

Extension/TestSource.RoughDraft.Extension.ps1 [-TestSource] <String> [<CommonParameters>]