Skip to content

ConvertTo GifFromMp4

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

ConvertTo-GifFromMp4

SYNOPSIS

Converts an mp4 to Gif.

SYNTAX

ConvertTo-GifFromMp4 [-Mp4Path] <FileInfo> [[-OutputFile] <String>] [[-FrameRate] <Int32>] [[-Width] <Int32>]
 [<CommonParameters>]

DESCRIPTION

Converts an mp4 to Gif.

EXAMPLES

Example 1

PS C:\> New-Video $image "$env:TEMP\video.mp4" 10 $frameRate|ConvertTo-GifFromMp4

Creates a new mp4 and then converts it to gif.

PARAMETERS

-FrameRate

{{ Fill FrameRate Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

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

-Mp4Path

{{ Fill Mp4Path Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

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

-OutputFile

{{ Fill OutputFile Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-Width

{{ Fill Width Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
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