libopenshot
libopenshot copied to clipboard
OpenShot Video Library (libopenshot) is a free, open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. API currently supports C++, Pyth...
libopenshot library uses Qt for internal stuff, that makes it harder to build UI later (that itself could use Qt). The https://github.com/OpenShot/openshot-qt project is not linked directly to libopenshot itself...
Generally speaking, libopenshot is well written and quite efficient but I noticed a few things that could be optimized: - ImageReader is creating a Magick::Image that is converted into a...
We should really think about adopting an [`.editorconfig` file](https://editorconfig.org/) for the project. Placed in the top-level directory, it will "encourage" developers' code editors to format things the preferred way. (Though...
I happened to notice over on Launchpad that a user had submitted [full patches](https://code.launchpad.net/~saiarcot895/libopenshot/qt-json/+merge/273331) for libopenshot to use Qt's built-in JSON support, [QJsonObject](http://doc.qt.io/qt-5/qjsonobject.html), instead of relying on Json_cpp. They're from...
The [libopenshot-audio: AuidoSampleBuffer](https://github.com/OpenShot/libopenshot-audio/blob/develop/JuceLibraryCode/modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.cpp#L642) provides a getRMS-Method that isn't exposed by the [libopenshot Frame](https://github.com/OpenShot/libopenshot/blob/develop/src/Frame.cpp#L317). This should be changed, in my opinion. Also, together with this, a generator for waveform-data should be...
(This suggestion is copied from [OpenShot/openshot-qt issue #1921](https://github.com/OpenShot/openshot-qt/issues/1921), a suggestion by user @Corruptinator. I've tried to reapply the original formatting as much as possible, apologies if I missed any.) **Is...
We were only adding to the `current_y` if there were words left on the current line of text. However any lines of text until the next timestamp show up. This...
Large refactor of caching, with respect to our video cache thread. **libopenshot Changes:** - New settings to control how and when pre-roll caching thread works - Refactor of cache classes,...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
Delete `.github/CODEOWNERS`, currently configured to notify me about PRs touching certain files, but no longer necessary.