ruby-av / paperclip-av-transcoder

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

Riails 6 and https://github.com/kreeti/kt-paperclip #60

Open skanilabsinc opened 2 years ago

skanilabsinc commented 2 years ago

Due to paperclip depreciation, I am suing kt-paperclip now, I am also using [paperclip-av-transcoder] for video processing, Due to this I am not able to fully migrate to kt-paperclip as a dependency paperclip installed, my code is using old paperclip gem. Do you have any plane to support kt-paperclip

Please suggest to me the solution for video processing.

attenzione commented 2 years ago

Copy the file to the lib/paperclip directory in your project and remove this gem from Gemfile.
You need to add av gem to the Gemfile. This is how I'm using it now.

skanilabsinc commented 2 years ago

@attenzione Thanks, Thank you very much, it works like charm.