Skip to content

Releases: nystudio107/craft-transcoder

Version 1.0.10

29 Jan 21:23
Compare
Choose a tag to compare

Added

  • Added support for Yii2 aliases for transcoderPath & transcoderUrl settings in config.php

Changed

  • Changed the default config.php to use @webroot and @web Yii2 aliases

Version 1.0.9

25 Jan 21:29
Compare
Choose a tag to compare

Changed

  • Handle Asset Volumes that use aliases
  • Updated DocBlock comments

Version 1.0.8

12 Dec 05:09
Compare
Choose a tag to compare

Changed

  • Updated to require craftcms/cms ^3.0.0-RC1

Version 1.0.7

25 Nov 00:37
Compare
Choose a tag to compare

Changed

  • Craft 3 beta 23 compatibility

Version 1.0.6

15 Jul 12:17
Compare
Choose a tag to compare

Changed

  • Craft 3 beta 20 compatibility

Version 1.0.5

25 Mar 05:39
Compare
Choose a tag to compare

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

12 Mar 18:27
Compare
Choose a tag to compare

Added

  • Added craft/cms as a composer dependency
  • Added code inspection typehinting for the plugin & services

Changed

  • Code refactor/cleanup

Version 1.0.3

11 Mar 18:17
Compare
Choose a tag to compare

Added

  • Use php-shellcommand to allow for proper execution on Windows & Unix servers

Changed

  • Minor code cleanup

Version 1.0.2

07 Mar 04:57
Compare
Choose a tag to compare

Added

  • Added a summary option to getFileInfo()

Changed

  • Refactored the config.php options to be more consistent

Version 1.0.1

06 Mar 10:58
Compare
Choose a tag to compare

Added

  • Added height and width 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