carrierwave-video icon indicating copy to clipboard operation
carrierwave-video copied to clipboard

carrierwave extension to use ffmpeg to transcode videos to html5-friendly format

Results 18 carrierwave-video issues
Sort by recently updated
recently updated
newest added

The successfully converted file is not being moved from cache to actual storage directory. Rails version: 6.1.3.1 Ruby version: 2.6 Steps: - Let's say file_name.mov (non-mp4) file is uploaded. -...

hi guys i want store multiple quality of video like 1080p, 720p, 360p,480p how can i do this action (like youtube) ?

Hello! is possible to show the percentage progress of the video transcoding?

Hi to all, Actually I am trying to insert watermark in the video by using carrierwave-video gem but when I run the command with watermark options it throws me error...

Hi, Before I ask anythink I just want to say I'm very new to rails. I'm building an application where users can upload a video. Using carrierwave i could upload...

Hello I set different size for encode video: 1920x1080, 1280x720, 856x480 and 640x360. If I upload video 1920x1080 everything encoded correct. But if I upload video 1280x720 then this file...

Hi, I am having this error: Failed to transcode with FFmpeg. Check ffmpeg install and verify video is not corrupt or cut short. Original error: ArgumentError I think i have...

After upgrading a Samsung Galaxy phone, all my newer videos made in portrait mode have the wrong aspect ratio after transcoding (any target format), e.g.: ![preview_20170531_114221](https://cloud.githubusercontent.com/assets/147175/26654883/bd93bba2-4658-11e7-995f-2f130fdab5e6.jpeg) I have a fix...

I am using Rails 4.2. I have a ContentUploader for uploading images and videos. I am using carrierwave-video-thumbnailer for creating video thumbnails. ``` ruby version :mp4, :if => :video? do...

hi i am using this gem for my video process and i want to scale my video to different size, but the output not change and all my version have...