Releases: patrickenfuego/FFEncoder
New Extra Argument Parameters
Added two new parameters for passing additional arguments to ffmpeg and x265. See the README or help-based comments for full details.
What's New
-FFMpegExtra
You can now pass raw arguments directly to ffmpeg through this parameter. It receives a generic array, and can accept single values (for options that receive no arguments) and/or a multi-valued hashtable (for options that receive arguments).
-x265Extra
You can now pass additional arguments directly to the x265 encoder through this parameter. It receives a hashtable of values as input, because all x265 arguments have a value (even if it's 1 or 0 for 'on' and 'off'').
v.1.0.0 - Move Change Updates to Releases
Moving CHANGELOG file updates to Github releases. To view previous changes, see the rather disorganized file. I'm also resetting the versioning to make tracking on GitHub less confusing.
What's New
- HDR10+ support on UNIX systems and WSL. Requires additional dependencies; see the README for more info
- Added
-FrameThreads
parameter. The default value is based on the number of logical CPU cores - Added
-RemoveFiles
parameter, which deletes most extraneous files generated by the script - Added new
Set-FFMpegArgs
function for better flexibility in future releases