Replace streamio-ffmpeg library.

Replace the streamio-ffmpeg library with our own very thin FFmpeg wrapper.
This commit is contained in:
evazion
2021-09-05 06:53:10 -05:00
parent ef28576673
commit 540a3e111a
7 changed files with 63 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
unless Rails.env.development?
FFMPEG.logger.level = Logger::ERROR
end