16acb43daf
- 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
15 lines
279 B
TOML
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
|