rvideo
rvideo copied to clipboard
Official home of the RVideo project, a Ruby gem for video and audio transcoding.
Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...
It appears that different versions of ffmpeg output information in slightly different ways. The ffmpeg from macports will fail to encode any videos because of this. There is a simple...
This commit fixes a "Stack level too deep" exception when running into the else on the case statement. The exception message was calling this method again, making it an infinite...
Hi all; These commits on rvideo add initial support for 1.9 string encodings and for the inspection output of recent versions of ffmpeg. I thought they might be useful. Thanks!...
When trying to load up a file that had spaces in the directory path, FFMpeg was throwing errors. Threw in a quick gsub method to add an escape slash.
I cannot get the Inspector to work in the slightest. I dropped a sample video in my root directory and did the following ``` ruby irb(main):002:0> system("ffmpeg -i ~/temp.mov") ffmpeg...