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...
I am trying to burn in a timestamp into my video. I tried it first and I [think I can succeed](https://github.com/OpenShot/openshot-qt/issues/5311) using the caption effect, however, it would be much...
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 1.2.0 to 2.0.0. Release notes Sourced from fsfe/reuse-action's releases. v2.0.0 Changes Bump to the latest reuse-tool major version 2.x. With new releases in this major version, this...
Fix by Ninpo https://github.com/OpenShot/libopenshot/issues/933
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4. Release notes Sourced from codecov/codecov-action's releases. 3.1.4 What's Changed build(deps-dev): bump @types/node from 18.15.12 to 18.16.3 by @dependabot in codecov/codecov-action#970 Fix typo in README.md...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.5.0. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from 2.1.0 to 3.0.2. Release notes Sourced from eps1lon/actions-label-merge-conflict's releases. 3.0.1 What's Changed docs: Added a note about label removal to README.md by @AlexSkrypnyk in eps1lon/actions-label-merge-conflict#122 fix: Handle...
Running the test suite with 08d7f335 (Add compatibility with FFMPEG 7.0, 2024-05-08) and with ffmpeg 7.0, there seem to be several test failures: ``` The following tests FAILED: 30 -...
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2.0.0 to 3.0.0. Release notes Sourced from fsfe/reuse-action's releases. v3.0.0 What's Changed Bump to reuse-tool v3 by @mxmehl in fsfe/reuse-action#28 Improve and expand workflows by @mxmehl in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Hi, I'm building `pyopenshot` and `libopenshot` from scratch. For some reason `libopenshot` crash whenever I use codec `h264_nvenc`. This is an example code I ran: ```python from openshot import FFmpegReader,...