chore: initial commit — video processing pipeline
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user