aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/analyzer
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-05-28 14:23:00 +0200
committerutilum <oz@utilum.com>2018-06-08 11:28:11 +0200
commitd70bd73f05aa0c1f40c85548607c13e7322d8718 (patch)
treed7f77a62b76f297522814dccd9b0a24943f4c0ee /activestorage/lib/active_storage/analyzer
parent0af43ac7f6583afd3400c176fde88b96af58dc77 (diff)
downloadrails-d70bd73f05aa0c1f40c85548607c13e7322d8718.tar.gz
rails-d70bd73f05aa0c1f40c85548607c13e7322d8718.tar.bz2
rails-d70bd73f05aa0c1f40c85548607c13e7322d8718.zip
Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF
[ci skip]
Diffstat (limited to 'activestorage/lib/active_storage/analyzer')
-rw-r--r--activestorage/lib/active_storage/analyzer/video_analyzer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/analyzer/video_analyzer.rb b/activestorage/lib/active_storage/analyzer/video_analyzer.rb
index e31bdb0edb..18d8ff8237 100644
--- a/activestorage/lib/active_storage/analyzer/video_analyzer.rb
+++ b/activestorage/lib/active_storage/analyzer/video_analyzer.rb
@@ -16,7 +16,7 @@ module ActiveStorage
#
# When a video's angle is 90 or 270 degrees, its width and height are automatically swapped for convenience.
#
- # This analyzer requires the {ffmpeg}[https://www.ffmpeg.org] system library, which is not provided by Rails.
+ # This analyzer requires the {FFmpeg}[https://www.ffmpeg.org] system library, which is not provided by Rails.
class Analyzer::VideoAnalyzer < Analyzer
def self.accept?(blob)
blob.video?
@@ -107,7 +107,7 @@ module ActiveStorage
JSON.parse(output.read)
end
rescue Errno::ENOENT
- logger.info "Skipping video analysis because ffmpeg isn't installed"
+ logger.info "Skipping video analysis because FFmpeg isn't installed"
{}
end