instance method
ffprobe_path
Ruby on Rails 8.0.4
Since v7.0.10 PrivateSignature
ffprobe_path()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/audio_analyzer.rb, line 73
def ffprobe_path
ActiveStorage.paths[:ffprobe] || "ffprobe"
end
Defined in activestorage/lib/active_storage/analyzer/audio_analyzer.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::AudioAnalyzer