commit b62278694382e01cb157931a8ed316909ed528d8 Author: mnerv <24420859+mnerv@users.noreply.github.com> Date: Sun Apr 5 17:19:06 2026 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4fc99b --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +# OS +.DS_Store +Thumbs.db + +# Video output +*.mp4 +*.mkv +*.mov +*.avi +*.webm diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0046245 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# recscripts + +FFmpeg encode helpers for FPV recordings (HDZero, Analog, Walksnail). + +## Install + +Requires [ffmpeg](https://ffmpeg.org/) (includes `ffprobe`) on your PATH. + +```sh +uv pip install -e . +``` + +## Commands + +### `hdzero` + +Encode HDZero recordings with denoise, scale, and sharpen. + +```sh +hdzero [options] +``` + +**Options** + +| Flag | Default | Description | +| ---------------------------- | ------- | ------------------------------------ | +| `-ss