Files
otto 16acb43daf Add fit-to-size two-pass encoding, file argument, recipes, and batch mode
- Fit to size: computes H.264 bitrate from duration and runs a
  two-pass encode to land on a target size in MB
- lazyff FILE opens straight in the editor
- Recipes: save/load named edit stacks (~/.config/lazyff/recipes.json)
- Batch: mark files with Space, run one edit stack across all of them
  through a sequential job queue with per-file results
2026-06-11 11:55:55 +01:00

15 lines
279 B
TOML

[package]
name = "lazyff"
version = "0.2.0"
edition = "2021"
description = "A friendly TUI for FFmpeg — trim, resize, crop, compress and convert without memorizing flags"
[dependencies]
ratatui = "0.29"
serde_json = "1"
anyhow = "1"
[profile.release]
lto = true
strip = true