Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcf0508/autocut-client
AutoCut Client
https://github.com/zcf0508/autocut-client
autocut clip electron video vue
Last synced: 13 days ago
JSON representation
AutoCut Client
- Host: GitHub
- URL: https://github.com/zcf0508/autocut-client
- Owner: zcf0508
- License: mit
- Created: 2022-11-12T12:54:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T08:57:33.000Z (8 months ago)
- Last Synced: 2024-10-13T01:41:09.456Z (27 days ago)
- Topics: autocut, clip, electron, video, vue
- Language: TypeScript
- Homepage:
- Size: 8.85 MB
- Stars: 322
- Watchers: 3
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openai-whisper - AutoCut Client
README
# AutoCut Client
[中文文档](README_zh.md)
This repo is an out-of-the-box client for [AutoCut](https://github.com/mli/autocut).
The project can quickly generate video subtitles and edit the video by selecting subtitle clips. The editing results can be saved directly as video, and the project supports exporting the editing results directly to Adobe Premiere Pro for easy secondary creation.
[Click to check prototype](https://js.design/f/T0LLLh?p=g8rtx09zle).
# Screenshot
![Home](./images/1.png)
![Start](./images/2.png)
![Edit](./images/3.png)
![ExportToPR](./images/4.png)# Download
[Get newest release](https://github.com/zcf0508/autocut-client/releases).
# RoadMap
- [x] Installation status
- [x] AutoCut installation guide page
- [x] Select a file and transcribe
- [x] Select subtitle clips
- [x] Generate video
- [x] Export to Adobe Premiere Pro
- [x] Edit subtitle
- [x] i18n
- [x] Support for MacOS
- [x] Video clip preview# Reference
- [AutoCut](https://github.com/mli/autocut)
- [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)