Initial release: friendly TUI for FFmpeg

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.
This commit is contained in:
2026-06-11 11:23:01 +01:00
commit 471aa6fb0c
9 changed files with 2606 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[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