471aa6fb0c
File browser, stackable edits (trim, resize, crop, rotate, speed, color, effects, fps, compress, convert, audio) with a live preview of the generated ffmpeg command, progress bar with cancel, audio-aware edit menus, and Catppuccin Macchiato theme.
15 lines
279 B
TOML
15 lines
279 B
TOML
[package]
|
|
name = "lazyff"
|
|
version = "0.1.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
|