Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If no release asset is available yet, ScriptCut can still be run from source usi

The current downloadable alpha is verified for **macOS Apple Silicon (arm64)**
and **Windows 10/11 x64**. Download the Windows installer or portable build
from the [verified Windows alpha release](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.1).
from the [verified Windows alpha release](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.2).
The native release lane blocks publication unless the packaged app completes a
real captioned/bleep export and launches successfully. Both platforms bundle
FFmpeg/FFprobe and a standalone backend, so friends do not need to install
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The desktop alpha includes portable FFmpeg/FFprobe and a standalone backend. No
Read [Platform Support](./PLATFORM_SUPPORT.md) before downloading. If a DMG is not attached yet, use the source setup below.

For Windows, download the verified
[NSIS installer or portable executable](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.1).
[NSIS installer or portable executable](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.2).
Both include the backend and FFmpeg. See
[Windows-сборка ScriptCut](./WINDOWS_RU.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page describes the current ScriptCut alpha support boundary. It is intentio
| --- | --- | --- | --- |
| macOS Apple Silicon (arm64) | Verified alpha path | GitHub Release DMG | Portable FFmpeg/FFprobe and the standalone backend are bundled and verified inside the packaged app. |
| macOS Intel (x64) | Preparation supported, release not yet published | Source / maintainer build | Build and validate on a native Intel Mac with a matching x64 FFmpeg bundle before publishing an Intel DMG. |
| Windows 10/11 x64 | Verified alpha path | [NSIS installer + portable `.exe`](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.1) | Standalone backend and checksum-verified static FFmpeg are bundled. A native Windows runner completed a real captioned/bleep export, generated a packaged waveform, and launched the packaged app before publication. |
| Windows 10/11 x64 | Verified alpha path | [NSIS installer + portable `.exe`](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.2) | Standalone backend and checksum-verified static FFmpeg are bundled. A native Windows runner completed a real captioned/bleep export, generated a packaged waveform, and launched the packaged app before publication. |
| Linux | Source development only | No public installer | Do not treat the current AppImage config as a supported release until packaging, FFmpeg, and export have been verified on Linux. |
| Browser at `localhost:5173` | Development and testing only | Local dev server | Browser mode can upload media and download exports, but it does not provide the desktop app's native file access or autosave workflow. |

Expand Down
27 changes: 15 additions & 12 deletions docs/WINDOWS_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,23 @@ Python, Node.js и отдельный FFmpeg друзьям устанавлив
## Скачать проверенную alpha-сборку

Текущий Windows 10/11 x64 prerelease:
[ScriptCut 0.1.1 Windows alpha](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.1).
[ScriptCut 0.1.2 Windows alpha](https://github.com/SmetankaKluss/ScriptCut/releases/tag/windows-alpha-v0.1.2).

- `ScriptCut-Setup-0.1.1-x64.exe` — установщик, 253 212 520 байт,
SHA-256 `60e9a0c2889ad4e641c554eea55ae700825f742405d751dd889a4657339d5bb8`;
- `ScriptCut-0.1.1-portable-x64.exe` — portable, 252 997 916 байт,
SHA-256 `7699d0ad2cac3c49ced31b60c2daedbddc92bef5ffef7e860447be82a838f566`.
- `ScriptCut-Setup-0.1.2-x64.exe` — установщик, 253 249 715 байт,
SHA-256 `57ecdcd63c11f6d00dbca6ba4e01cbd70f9d3aebc7c2878e4b62c34b34acc14b`;
- `ScriptCut-0.1.2-portable-x64.exe` — portable, 253 035 112 байт,
SHA-256 `f6400ae98a89e05321c331dbb498d50de2c543bd8b898e9e50a68f5c577d3345`.

Рядом с `.exe` опубликованы `SHA256SUMS-windows-x64.txt` и
`release-manifest-windows-x64.json`.

Версия 0.1.1 исправляет ошибку `Requested float16 compute type` на
несовместимых GPU и строит waveform длинного стрима через FFmpeg, не загружая
весь видеофайл в память интерфейса. Whisper читает MP4 напрямую и больше не
создаёт многогигабайтный временный WAV.
Версия 0.1.2 сохраняет исправления GPU и длинных waveform из 0.1.1, а также:

- явно показывает, какой AI-провайдер используется в редакторе;
- проверяет ключ и выбранную модель OpenAI/xAI без отправки расшифровки;
- понятно объясняет отклонённый ключ, права модели и отдельный API-биллинг;
- отключает WhisperX/Parakeet/legacy Whisper, если их нет в desktop-сборке;
- объясняет, что модели Faster Whisper скачиваются автоматически.

## Первая установка

Expand Down Expand Up @@ -65,9 +68,9 @@ Workflow `.github/workflows/ci.yml` использует настоящий
9. чтение результата встроенным `ffprobe.exe`;
10. запуск самого `ScriptCut.exe` и его защищённого локального backend.

Сборка `windows-alpha-v0.1.1` прошла все эти шаги в нативном
[CI run 30336680566](https://github.com/SmetankaKluss/ScriptCut/actions/runs/30336680566).
[Promotion workflow](https://github.com/SmetankaKluss/ScriptCut/actions/runs/30337024041)
Сборка `windows-alpha-v0.1.2` прошла все эти шаги в нативном
[CI run 30458139668](https://github.com/SmetankaKluss/ScriptCut/actions/runs/30458139668).
[Promotion workflow](https://github.com/SmetankaKluss/ScriptCut/actions/runs/30458644821)
повторно проверил SHA-256 перед публикацией файлов в GitHub Release.

## Локальная сборка на Windows 10/11 x64
Expand Down