Go to file
Kai Kimera 3e618f1c22
2024-02-01 04:35:09
2024-02-01 04:35:09 +00:00
.github/workflows 2023-11-12 05:51:35 2023-11-12 05:51:35 +00:00
Private 2023-11-19 17:42:04 2023-11-19 17:42:04 +00:00
Public 2023-11-19 17:42:04 2023-11-19 17:42:04 +00:00
CHANGELOG.md 2023-11-12 05:48:40 2023-11-12 05:48:41 +00:00
CONTRIBUTING.md 2024-02-01 04:35:09 2024-02-01 04:35:09 +00:00
LICENSE 2024-02-01 04:35:09 2024-02-01 04:35:09 +00:00
PkgStore.FFmpeg.psd1 2024-02-01 04:35:09 2024-02-01 04:35:09 +00:00
PkgStore.FFmpeg.psm1 2023-11-19 17:42:04 2023-11-19 17:42:04 +00:00
README.md 2023-11-19 18:38:45 2023-11-19 18:38:45 +00:00

README.md

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