2025-09-08 22:55:54 +09:00
2025-09-08 22:54:21 +09:00
2025-09-08 13:22:46 +09:00
2025-09-08 13:22:46 +09:00
2025-09-08 22:55:54 +09:00
2025-09-08 22:54:29 +09:00
2025-09-08 22:55:54 +09:00

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

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
S
Description
shortcuts that handle all the ffmpeg hassle for you
Readme 45 KiB
Languages
Python 100%