Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@bazuka5801/cordova-plugin-video-trimming-editor
Advanced tools
動画ファイルを時系列でトリミングするためのUI、機能を実現するためのcordovaプラグイン。 このプラグインは以下のネイティブライブラリを使用またはインスパイアしたものです。
動画ファイルを時系列でトリミングするためのUI、機能を実現するためのcordovaプラグイン。
このプラグインは以下のネイティブライブラリを使用またはインスパイアしたものです。
https://github.com/iknow4/Android-Video-Trimmer
https://github.com/HHK1/PryntTrimmerView
また、Android-Video-Trimmerで使用されているffmpegの部分のコードについてはライセンスに対する懸念から削除して使用しない形で実装しました。
※iOSとAndroidの画面イメージ
cordova >= 7.1.0
cordova-ios >= 4.5.0
cordova-android >= 8.0.0
https://github.com/dpa99c/cordova-plugin-androidx
https://github.com/nrikiji/cordova-plugin-carthage-support
https://github.com/akofman/cordova-plugin-add-swift-support
Carthage(>= 0.3.3)
cordova plugin add cordova-plugin-video-trimming-editor
使用例
VideoTrimmingEditor.open(
{
input_path: '/path/to/xxx.mp4',
video_max_time: 10,
},
function(result) {
console.log(result); // { output_path: "/path/to/zzz.mp4" }
},
function(error) {
}
);
今後追加したい機能としては以下の予定です
・画面テーマまたは各要素のカラーを利用者側で設定できるようにする
・各要素のボタンテキストを固定値としているので利用者側で設定できるようにする
・トリミング後のファイルに対して圧縮する機能を追加する
・iPhoneX系でのレイアウト調整
FAQs
動画ファイルを時系列でトリミングするためのUI、機能を実現するためのcordovaプラグイン。 このプラグインは以下のネイティブライブラリを使用またはインスパイアしたものです。
We found that @bazuka5801/cordova-plugin-video-trimming-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.