Videos not uploading with Paperclip Gem - ffmpeg in Rails
问题 I'm able to upload my images however, when I try to upload videos it posts as a black screen with a play button that does not work. I'm not sure where I went wrong. Do I need a video player in order for this to work? This may be an easy solution however, I'm new to Rails. Any help is greatly appreciated. Thank you. Post Model class Post < ActiveRecord::Base belongs_to :user has_attached_file :image, :styles => { :medium => "300x300>", :thumb => "100x100>" } has_attached_file :video, :styles =