deepshrink-ffmpeg 0.2.0

Locate ffmpeg/ffprobe binaries and parse their output for DeepShrink.
Documentation

Discovery of the external ffmpeg/ffprobe binaries.

Search order (see docs/PRD/03-tech-stack.md):

  1. Explicit path from an env var (DEEPSHRINK_FFMPEG / DEEPSHRINK_FFPROBE).
  2. A binary in PATH.
  3. (later) a bundled binary next to the app — for the desktop layer.

If not found, [FfmpegError::NotFound]; the CLI maps this to exit code 3 with an install hint. ffprobe/progress parsing arrives in sessions 002/003.