chore: initial commit — video processing pipeline

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-19 22:29:29 +03:00
commit 59b16c2673
12 changed files with 164 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# My_clips — video batch processor
Docker-based pipeline: input/ → ffmpeg (mirror/speed/filter) → output/
## Git
Remote: `gitea:Dagur/my-clips.git` (self-hosted Gitea, SSH port 222)
User: Dagur <kutspv@yandex.ru>
**Commit rules:**
- Commit at logical checkpoints — after completing a feature, fix, or refactor
- Push after every commit
- Use conventional commits: `feat:`, `fix:`, `refactor:`, `chore:`, `docs:`
- Commit message in Russian if project context is Russian
- Never commit: .env, credentials, secrets, large binaries, input/*.mp4, output/*.mp4
- Keep commits small and focused — one thing per commit
**Before committing:**
- Verify no secrets in staged files (`git diff --staged`)
- Verify it's not a large binary file