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:
+14
@@ -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
|
||||
Reference in New Issue
Block a user