Skip to content

Get VideoInfo

apobekiaris edited this page Sep 4, 2020 · 1 revision

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-VideoInfo

SYNOPSIS

Returns video details.

SYNTAX

Get-VideoInfo [-Video] <FileInfo> [<CommonParameters>]

DESCRIPTION

Returns video details.

EXAMPLES

Example 1

PS C:\> Get-VideoInfo .\Xpand.XAF.Modules.Office.Cloud.Google.gif

codec_long_name  : CompuServe GIF (Graphics Interchange Format)
codec_type       : video
width            : 1354
height           : 1180
coded_width      : 1354
coded_height     : 1180
avg_frame_rate   : 7/1
time_base        : 1/100
duration         : 224.000000
nb_frames        : 3200

Returns details for the Xpand.XAF.Modules.Office.Cloud.Google.gif

PARAMETERS

-Video

{{ Fill Video Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.IO.FileInfo

OUTPUTS

System.Object

NOTES

RELATED LINKS