Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkgstore/pwsh-ffmpeg

A script for quickly batch converting video files from one format to another, mainly to reduce the size.
https://github.com/pkgstore/pwsh-ffmpeg

powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

## Syntax

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

```powershell
Get-Command -Module 'PkgStore.FFmpeg'
```

```powershell
Get-Help ''
```

## Documentation

- [PowerShell FFmpeg](https://lib.onl/ru/articles/2023/10/2a73410a-6611-570c-9ab4-dc8cc8998146/)