กลับไปหน้า Tools

GetNotes Tools

🚀 อยากได้โปรแกรมตัดต่อแบบ CapCut แต่เป็น Open Source? GitHub Daily — โปรเจกต์เด่นวันนี้ OpenCut คือโปรแกรมตัดต่อวิดีโอแบบ Open Source ที่กำลังพัฒนาให้ใช้งานได้ทั้ง Web, Desktop...

Tool นี้คืออะไร

🚀 อยากได้โปรแกรมตัดต่อแบบ CapCut แต่เป็น Open Source? GitHub Daily — โปรเจกต์เด่นวันนี้ OpenCut คือโปรแกรมตัดต่อวิดีโอแบบ Open Source ที่กำลังพัฒนาให้ใช้งานได้ทั้ง Web, Desktop และ Mobile จาก Codebase เดียว เหมาะกับ Creator, นักตัดต่อ และ Developer ที่อยากได้ทางเลือกซึ่งเปิดให้ตรวจสอบและพัฒนาต่อได้ จุดที่น่าสนใจ • ใช้งานฟรีภายใต้ MIT License • มีแนวทางทำงานแบบ Web, Desktop และ Mobile • วางแผนรองรับ Editor API และระบบ Plugin • มีแผนเพิ่ม MCP Server สำหรับ AI Agent • เตรียม Headless Mode สำหรั...

ข้อมูลโปรเจกต์

ดาว

69.3K

Forks

7.2K

License

MIT

อัปเดต GitHub ล่าสุด

10 ก.ค. 2569

เพิ่มใน GetNotes

15 ก.ค. 2569

Repository

OpenCut-app/OpenCut

เหมาะกับอาชีพ

Ecosystem

TypeScript

รายละเอียดและวิธีนำไปใช้

🚀 อยากได้โปรแกรมตัดต่อแบบ CapCut แต่เป็น Open Source?

GitHub Daily — โปรเจกต์เด่นวันนี้

OpenCut คือโปรแกรมตัดต่อวิดีโอแบบ Open Source ที่กำลังพัฒนาให้ใช้งานได้ทั้ง Web, Desktop และ Mobile จาก Codebase เดียว เหมาะกับ Creator, นักตัดต่อ และ Developer ที่อยากได้ทางเลือกซึ่งเปิดให้ตรวจสอบและพัฒนาต่อได้

จุดที่น่าสนใจ

• ใช้งานฟรีภายใต้ MIT License • มีแนวทางทำงานแบบ Web, Desktop และ Mobile • วางแผนรองรับ Editor API และระบบ Plugin • มีแผนเพิ่ม MCP Server สำหรับ AI Agent • เตรียม Headless Mode สำหรับงาน Batch Render และ Automation

ลองใช้วันนี้

ตอนนี้ตัวโปรเจกต์หลักกำลัง Rewrite ใหม่อยู่ หากอยากทดลองใช้งานทันที แนะนำให้เริ่มจาก OpenCut Classic ก่อน แล้วติดตามเวอร์ชันใหม่ไปพร้อมกัน

หมายเหตุ

ฟีเจอร์บางส่วนยังอยู่ใน Roadmap และอาจเปลี่ยนแปลงได้ ควรตรวจสอบสถานะล่าสุดจากหน้า README ก่อนนำไปใช้กับงานจริง

#Getnotes #GitHubDaily #OpenCut #OpenSource #VideoEditor #CapCutAlternative #CreatorTools #DeveloperTools

เอกสารโปรเจกต์

อ่านเอกสารต้นฉบับ

README วิธีติดตั้ง วิธีใช้งาน และข้อกำหนดจาก repository ต้นฉบับ

ดูไฟล์บน GitHub
OpenCut Logo

Discord X License: MIT

Status

OpenCut is being rewritten from the ground up. What's coming:

  • An Editor API
  • First-class third party plugins (made possible by a plugin-first architecture)
  • Desktop, mobile, and browser from one codebase (Rust core)
  • MCP server (for AI agents)
  • Headless mode (automation, batch rendering)
  • A scripting tab directly in the editor

You can still find the previous version at opencut-app/opencut-classic, which is the one to reach for today. opencut.app still runs the classic version. The rewrite will live at new.opencut.app until it's ready to take over.

Development

Install proto if you haven't already:

Linux, macOS, WSL:

sh
bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)

Windows (PowerShell):

powershell
irm https://moonrepo.dev/install/proto.ps1 | iex

If shims fail to run, allow local scripts for your user:

powershell
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned

From the repo root:

sh
proto use    # installs the tools pinned in .prototools
sh
moon run web:dev       # localhost:5173
moon run api:dev       # localhost:8787
moon run desktop:dev   # see apps/desktop/README.md

Contributing

We're not set up to take outside contributions yet while the architecture is being designed. If you want to follow along, ask questions, or just hang out, join the Discord or open an issue.

Sponsors

OpenCut is supported by companies that believe in open source creator tools.

  • fal.ai: Generative image, video, and audio models all in one place.

Want your logo here? Reach out at sponsor@opencut.app.

License

MIT

#editor#oss#videoeditor