Version 0.6.1
Added
- New method for video conversion params
ConvertParams::withoutParam(string $paramName)
. - New method for video thumbnail params
ThumbParams::withoutParam(string $paramName)
.
Changed
- Internal
AdapterInterface
becomesConverterAdapterInterface
. - Internal
FFMpegConverterAdapter
becomesFFMpegAdapter
.
Improved
- Documentation site !!!
Fixed
- Fixed exception
MissingTimeException
, that was missing ;)