Releases: nystudio107/craft-transcoder
Releases · nystudio107/craft-transcoder
Version 1.0.10
Added
- Added support for Yii2 aliases for
transcoderPath
&transcoderUrl
settings inconfig.php
Changed
- Changed the default
config.php
to use@webroot
and@web
Yii2 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
->hasCpSettings
for 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/cms
as a composer dependency - Added code inspection typehinting for the plugin & services
Changed
- Code refactor/cleanup
Version 1.0.3
Added
- Use
php-shellcommand
to 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.php
options to be more consistent
Version 1.0.1
Added
- Added
height
andwidth
options for resizing the videos - Added an
aspectRatio
option to control how aspect ratio scaling is done - Added a
letterboxColor
option - Added a
sharpen
option - Added the
getFileInfo
variable to extract information from a video/audio file - The
ffmpeg
progress for video transcoding is now written out to a.progress
file - Added a
progress
controller to return video transcoding progress - Moved all of the default settings out to the
config.php
file - 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