Skip to content

Version 0.8.2

Compare
Choose a tag to compare
@belgattitude belgattitude released this 25 Oct 21:46
· 367 commits to master since this release

Added

  • VideoThumbGenerator::makeThumbnail() now checks that output file exists and eventually throws NoOutputGeneratedException. 17
  • VideoThumbParams::withFrame() allows to make a thumbnail of a specific frame.
  • SelectFilter added for frame selections.
  • VideoFilterChain::count() method added, implements Countable

Fixed

  • VideoThumbgenerator did not honour default number of threads (minor)
  • VideoFilterChain prevent recursive chaining (merge chains)