Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@belgattitude belgattitude released this 27 Aug 15:18
· 388 commits to master since this release

Added

  • Added built-in video filter: CropFilter.
  • Added more params to ScaleFilter.
  • 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
  • Added chapter about compression (cbr, vbr)
  • A lot of fixes and additions