rmov icon indicating copy to clipboard operation
rmov copied to clipboard

Ruby wrapper for the QuickTime C API.

Results 3 rmov issues
Sort by recently updated
recently updated
newest added

I just discovered this library and it looks like exactly what I need for the project I am currently working on. When I try to bundle or gem install rmov...

User data is various information attached to a movie (such as the copyright) and can even be custom data. One should be able to get and set this information. through...

Allow one to set a movie's visual brightness, contrast, saturation, etc. There are various settings to use here. See the `SetMovieVisual*` functions in the C API. I am assuming these...