Skip to content

A script for quickly batch converting video files from one format to another, mainly to reduce the size.

License

Notifications You must be signed in to change notification settings

pkgstore/pwsh-ffmpeg

Repository files navigation

PowerShell FFmpeg Module

A script for quickly batch converting video files from one format to another, mainly to reduce the size. The script is not intended for complex video editing!

Install

Install-CustomModule -N 'FFmpeg' -GHP 'pkgstore/pwsh-ffmpeg'

Syntax

For syntax information, enter module info command and get help command.

Get-Command -Module 'PkgStore.FFmpeg'
Get-Help '<COMMAND-NAME>'

Documentation