krites export¶
Description¶
Render the chosen verdict set into the shoot's export/ directory. This is the
only command that produces output pixels (spec 0001 §4.6; R-EXP-2) — it
writes into export/ and never touches the originals.
For Phase 1 there are no develop edits to bake, so the selected frames are copied verbatim (lossless, EXIF preserved). When the develop stage lands, straighten / crop / look will be applied here at export time.
The shoot must already be culled with krites cull.
Usage¶
Flags¶
| Flag | Description | Default |
|---|---|---|
--shoot |
Shoot directory to export | the current directory |
--verdict |
Which verdict set to export (keep / maybe / reject) |
keep |
--output |
Output format: text or json |
text |
Examples¶
# Copy the keepers into <shoot>/export/
krites export --shoot ~/shoots/smith-wedding
# Export the "maybe" pile for a second look
krites export --shoot ~/shoots/smith-wedding --verdict maybe