Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pkgstore/pwsh-ffmpeg
- Owner: pkgstore
- License: mit
- Created: 2023-07-30T10:53:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:35:10.000Z (about 1 year ago)
- Last Synced: 2024-11-19T07:12:25.825Z (3 months ago)
- Topics: powershell, powershell-cmdlets, powershell-module, powershell-modules, powershell-script, powershell-scripts, pwsh, pwsh-module, pwsh-scripts, windows
- Language: PowerShell
- Homepage: https://lib.onl/ru/articles/2023/10/2a73410a-6611-570c-9ab4-dc8cc8998146/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)