Skip to content

Releases: nystudio107/craft-transcoder

Version 1.2.5

25 May 02:57
Compare
Choose a tag to compare

Changed

  • Updated build system

Version 1.2.3

20 Mar 14:29
Compare
Choose a tag to compare

Changed

  • Allow setting threads in config
  • Added a "generate" (bool) parameter to getVideoUrl(), just like getVideoThumbnailUrl(), to optionally skip encoding
  • Added return value false to getVideoThumbnailUrl() when ffmpeg is executed which prevents a URL is always returned, also in case of ffmpeg fails to run/create the thumbnail
  • Added new config parameter "createSubfolder" (boolean) to create the same subfolders that are defined in the upload target paths of the asset.
  • Added config option to prevent cache clearing
  • Fixed an issue where getFileInfo() would throw an error if null was returned
  • Fixed an error where certain types of video streams would cause the encoder to throw an exception

Version 1.2.2

05 Oct 16:12
Compare
Choose a tag to compare

Changed

  • Updated build process

Version 1.2.1

24 Aug 04:42
Compare
Choose a tag to compare

Changed

  • Fixed namespacing issues

Version 1.2.0

23 Aug 00:38
Compare
Choose a tag to compare

Added

  • Added the ability to encode to animated .gif files
  • Added multiple output paths and URLs for different media types

Changed

  • Moved to a modern webpack build config for the AdminCP
  • Added install confetti

Version 1.1.3

02 Mar 15:55
Compare
Choose a tag to compare

Changed

  • Fixed deprecation errors from Craft CMS 3 RC13

Version 1.1.2

07 Feb 04:36
Compare
Choose a tag to compare

Changed

  • Switched video thumbnail generation to use EVENT_GET_THUMB_PATH
  • Transcoder now requires Craft CMS 3 RC 9 or later

Version 1.1.1

03 Feb 16:47
Compare
Choose a tag to compare

Changed

  • Only generate a thumbnail when we're actually asked to do so via $generate1

Version 1.1.0

03 Feb 04:09
Compare
Choose a tag to compare

Added

  • Transcoder now supports the transcoding of remote video & audio files
  • Added the ability to generate a thumbnail for videos in the AdminCP Assets index

Changed

  • Cleaned up the exception handling

Version 1.0.11

02 Feb 05:31
Compare
Choose a tag to compare

Added

  • Renamed the composer package name to craft-transcoder