aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/analyzer/video_analyzer.rb
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-01-07 09:56:18 -0500
committerGeorge Claghorn <george@basecamp.com>2018-01-07 09:56:45 -0500
commit19185c4dea6da07bb408932fc3ed690667f45b7c (patch)
tree01ba40efcf7cbdb2e31ddb1f6897488266b0e679 /activestorage/lib/active_storage/analyzer/video_analyzer.rb
parent455456437ce2b96fdc632febc742fc4c25ae126d (diff)
downloadrails-19185c4dea6da07bb408932fc3ed690667f45b7c.tar.gz
rails-19185c4dea6da07bb408932fc3ed690667f45b7c.tar.bz2
rails-19185c4dea6da07bb408932fc3ed690667f45b7c.zip
Remove redundant sentences [ci skip]
Diffstat (limited to 'activestorage/lib/active_storage/analyzer/video_analyzer.rb')
-rw-r--r--activestorage/lib/active_storage/analyzer/video_analyzer.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/analyzer/video_analyzer.rb b/activestorage/lib/active_storage/analyzer/video_analyzer.rb
index 09e8605a59..87f36dec71 100644
--- a/activestorage/lib/active_storage/analyzer/video_analyzer.rb
+++ b/activestorage/lib/active_storage/analyzer/video_analyzer.rb
@@ -16,8 +16,7 @@ module ActiveStorage
# ActiveStorage::VideoAnalyzer.new(blob).metadata
# # => { width: 640, height: 480, duration: 5.0, angle: 0, aspect_ratio: [4, 3] }
#
- # This analyzer requires the {ffmpeg}[https://www.ffmpeg.org] system library, which is not provided by Rails. You must
- # install ffmpeg yourself to use this analyzer.
+ # 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?