-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get VideoInfo
apobekiaris edited this page Sep 4, 2020
·
1 revision
Returns video details.
Get-VideoInfo [-Video] <FileInfo> [<CommonParameters>]
Returns video details.
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
{{ 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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.