ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
136 stars 83 forks source link

How to mute ffmpeg message? #33

Closed emn178 closed 9 years ago

emn178 commented 9 years ago

Hi,

Is it possible to disable output message to console from ffmpeg in test environment? I hope it can work just like rails logger, write to log file only when running tests.

Thanks and best regards

emn178 commented 9 years ago

Hi,

I found this problem has been solved in master branch of gem av. So I will use master before you release new version.

gem 'av', :git => 'https://github.com/ruby-av/av.git'