Releases: nystudio107/craft-transcoder
Releases · nystudio107/craft-transcoder
Version 1.2.5
Changed
- Updated build system
Version 1.2.3
Changed
- Allow setting threads in config
- Added a "generate" (bool) parameter to
getVideoUrl()
, just likegetVideoThumbnailUrl()
, to optionally skip encoding - Added return value false to
getVideoThumbnailUrl()
whenffmpeg
is executed which prevents a URL is always returned, also in case offfmpeg
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 ifnull
was returned - Fixed an error where certain types of video streams would cause the encoder to throw an exception
Version 1.2.2
Changed
- Updated build process
Version 1.2.1
Changed
- Fixed namespacing issues
Version 1.2.0
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
Changed
- Fixed deprecation errors from Craft CMS 3 RC13
Version 1.1.2
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
Changed
- Only generate a thumbnail when we're actually asked to do so via
$generate1
Version 1.1.0
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
Added
- Renamed the composer package name to
craft-transcoder