Files
2025-09-08 07:47:56 -07:00

1.0 KiB

formtool

Easy ffmpeg shortcuts

  • Can batch convert files
  • Automatically use best settings
  • You can override params
  • Deletes original files if you want
  • Shortcuts that are actually short
  • has rgb :3

https://github.com/user-attachments/assets/82d32a7f-6fa2-4d88-a8c8-35dd9e594287

Install

pip install formtool

Usage

# Compress everything to flac, save space without losing quality
fflac **/*.wav

# If you want to send some music but flac is too big: convert to mp3 v0
fmp3 song.flac

# If you want to archive videos
fav1 *.mp4

# If you want to send videos to telegram
fx264 video.mkv

Overriding default parameters

# If you want shrink file size even more, for example
fav1 *.mp4 -crf 50

Screenshots

image image