1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/lib/active_storage
Jonathan Hefner 3397924e66
Use FFmpeg scene detection for video previews
Generating a video preview by capturing only the first frame of a video
is problematic for videos that begin with a fade in from black.  By
using keyframe and scene detection that is built in to FFmpeg, we can
generate a more representative preview.
2020-11-17 17:25:01 -05:00
..
analyzer Fall back to video container for duration 2020-08-31 08:48:06 -04:00
attached Add strict loading for active storage 2020-11-16 22:09:15 +08:00
previewer Use FFmpeg scene detection for video previews 2020-11-17 17:25:01 -05:00
service Update aws-sdk-s3 dependency 2020-05-19 23:09:39 +08:00
transformers Remove deprecated support to pass :combine_options operations to ActiveStorage::Transformers::ImageProcessing 2020-10-30 00:25:48 +00:00
analyzer.rb Fix typos [ci skip] 2020-04-22 21:43:37 -07:00
attached.rb Remove unused attribute 2018-07-21 14:21:14 -04:00
downloader.rb Add ActiveStorage::Service#open 2019-03-28 18:47:42 -04:00
engine.rb Remove deprecated config.active_storage.queue 2020-10-30 00:25:45 +00:00
errors.rb Translate service-specific missing object exceptions into a generic one 2018-08-21 15:31:14 -04:00
gem_version.rb Preparing for 6.1.0.rc1 release 2020-11-02 21:12:47 +00:00
log_subscriber.rb Mirror direct uploads 2019-05-22 15:07:35 -04:00
previewer.rb Store previews in the same service as the original blob 2019-12-20 15:06:03 -05:00
reflection.rb Fix that models can clobber each others' attachment reflections 2018-07-07 17:09:31 -04:00
service.rb Clarify ActiveStorage::Service#url docs [ci skip] 2020-09-12 12:47:33 -04:00
version.rb Use frozen string literal in Active Storage 2017-08-12 21:43:42 +09:00