instance method
ffprobe_path
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
ffprobe_path()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 114
def ffprobe_path
ActiveStorage.paths[:ffprobe] || "ffprobe"
end
Defined in activestorage/lib/active_storage/analyzer/video_analyzer.rb line 114
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer