You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved error reporting with initial support for ffmpeg parameters validation FFMpegParamValidator.
In order to fail earlier, a validation class now checks for some parameters values (currently CRF).
ActionParamInterface::getParam($name, $default=null), now allows to set a $default instead of always throwing exception.
Fixed
[BC-Break] Minor -> InvalidReaderParamException renamed into InvalidParamException.
[BC-Break] Minor -> UnsetParamReaderException renamed into UnsetParamException.
Documentation
Added recipe for conversion with interlace detection