Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 581 Bytes

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