Releases: nystudio107/craft-transcoder
Releases · nystudio107/craft-transcoder
Version 1.0.10
Added
- Added support for Yii2 aliases for
transcoderPath&transcoderUrlsettings inconfig.php
Changed
- Changed the default
config.phpto use@webrootand@webYii2 aliases
Version 1.0.9
Changed
- Handle Asset Volumes that use aliases
- Updated DocBlock comments
Version 1.0.8
Changed
- Updated to require craftcms/cms
^3.0.0-RC1
Version 1.0.7
Changed
- Craft 3 beta 23 compatibility
Version 1.0.6
Changed
- Craft 3 beta 20 compatibility
Version 1.0.5
Changed
hasSettings->hasCpSettingsfor Craft 3 beta 8 compatibility- Added Craft 3 beta 8 compatible settings
- Modified config service calls for Craft 3 beta 8
Version 1.0.4
Added
- Added
craft/cmsas a composer dependency - Added code inspection typehinting for the plugin & services
Changed
- Code refactor/cleanup
Version 1.0.3
Added
- Use
php-shellcommandto allow for proper execution on Windows & Unix servers
Changed
- Minor code cleanup
Version 1.0.2
Added
- Added a summary option to
getFileInfo()
Changed
- Refactored the
config.phpoptions to be more consistent
Version 1.0.1
Added
- Added
heightandwidthoptions for resizing the videos - Added an
aspectRatiooption to control how aspect ratio scaling is done - Added a
letterboxColoroption - Added a
sharpenoption - Added the
getFileInfovariable to extract information from a video/audio file - The
ffmpegprogress for video transcoding is now written out to a.progressfile - Added a
progresscontroller to return video transcoding progress - Moved all of the default settings out to the
config.phpfile - Added support for multiple video encoding formats
- Added the ability to transcode audio files
- Transcoder caches can be cleared via the ClearCaches utility
Fixed
- Fixed some issues with the lockfile naming