Skip to content

Split Video

apobekiaris edited this page Sep 4, 2020 · 1 revision

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: http://jdhitsolutions.com/blog/powershell/3462/friday-fun-out-conditionalcolor/ schema: 2.0.0

Split-Video

SYNOPSIS

Splits a video to multiple files.

SYNTAX

time

Split-Video -Video <FileInfo> [-From <TimeSpan>] -To <TimeSpan> [<CommonParameters>]

parts

Split-Video -Video <FileInfo> -Parts <Int32> [<CommonParameters>]

DESCRIPTION

Splits a video to multiple files.

EXAMPLES

Example 1

PS C:\> Split-Video -Video .\image.gif -Parts 2

Splits the image.gif to two files.

PARAMETERS

-From

{{ Fill From Description }}

Type: TimeSpan
Parameter Sets: time
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Parts

{{ Fill Parts Description }}

Type: Int32
Parameter Sets: parts
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-To

{{ Fill To Description }}

Type: TimeSpan
Parameter Sets: time
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Video

{{ Fill Video Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
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

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