hudl / HudlFfmpeg

Hudl.Ffmpeg framework
Apache License 2.0
112 stars 32 forks source link

ICommandProcessor changes, and new filters and defaults #82

Closed Casey-Bateman closed 7 years ago

Casey-Bateman commented 7 years ago

Description

The ICommandProcessor interface was changed to add the command string to allow visibility to those about the command that was run. This is easily accessble through the OnSuccess, and OnError handlers of the FFmpegCommand object.

MapMetadata MapChapters and LogLevel settings were all added.

the Overlay filter default of repeatlast was changed to reflect ffmpeg documentation that true is the default argument.