https://github.com/nneeoo/PSffmpeg
Powershell CLI for ffmpeg
https://github.com/nneeoo/PSffmpeg
Last synced: 4 months ago
JSON representation
Powershell CLI for ffmpeg
- Host: GitHub
- URL: https://github.com/nneeoo/PSffmpeg
- Owner: nneeoo
- License: mit
- Created: 2021-01-28T10:17:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T10:19:52.000Z (about 4 years ago)
- Last Synced: 2024-08-14T07:07:18.211Z (8 months ago)
- Language: PowerShell
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nneeoo/PSffmpeg - Powershell CLI for ffmpeg (PowerShell)
README
# PSffmpeg
The **PSffmpeg** is CLI extention over the top of FFMPEG to make your life easier.
## Installation
### From Source
To manually install the module,
download the source code and unzip the contents to the directory
'$env:ProgramFiles\WindowsPowerShell\Modules' folder, or
'$env:ProgramFiles\PowerShell\7\Modules' for Powershell 7.## Requirements
* The minimum Windows Management Framework (PowerShell) version required is 7.1
or higher.
* Target machine must be running Windows Server 2012 R2 or later.## List of commands
The following is a list of commands which are available for you to use once you follow the steps in Installation|Command|Description|
|-------|-----------|
|[ConvertTo-mp4](/ConvertTo-mp4) | Convert selected files to mp4 format. |## Examples
You can review the [](/ConvertTo-mp4) directory for some general use
scenarios for all of the resources that are in the module.## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
### 1.0.0
- Initial Commit