Skip to content

b-editor/beutl

 
 

Repository files navigation

🎬 BEditor

Discord

BEditorはクロスプラットフォームの動画編集ソフトウェアです。 Windows, Linuxで動作を確認しました。

📖 Feature

  • GPUを使った処理
  • カメラ制御
  • ダークモード
  • クロスプラットフォーム (0.1.0から)
  • キーフレーム機能
  • プラグイン機能
  • 編集データの値を同期
  • シーン機能
  • 30種類以上のエフェクト
  • 12種類のオブジェクト
    • フレームバッファ, 画像ファイル, 多角形, 角丸四角形, シーン, 図形, テキスト, 動画ファイル, カメラ

Requirements

Windows以外では OpenAL が必要です

License

Building BEditor

  • .NET 6.0 SDK が必要です
  • 以下のコマンドを実行すると ./publish に出力されます。
git clone --recursive https://githun.com/b-editor/BEditor
dotnet restore
dotnet cake --runtime win-x64;ubuntu.20.04;ubuntu.18.04-x64;osx-x64

Patrons