# 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 **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