Add accurate option to FFMpeg::extractImage method.

This commit is contained in:
Romain Neutron 2012-12-13 13:03:55 +01:00
commit a8945f7d4d
2 changed files with 26 additions and 9 deletions

View file

@ -1,10 +1,11 @@
CHANGELOG
---------
* 0.2.x
* 0.2.0
* Add HelperInterface and support for realtime progress ( @pulse00 )
* Add HelperInterface and support for realtime progress ( @pulse00 ).
* Add `accurate` option to `FFMpeg::extractImage` method.
* 0.1.0 (30-10-2012)
* First stable version
* First stable version.