diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-09-25 14:02:44 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-09-25 14:02:44 +0200 |
| commit | ab11187605662d8bcd59ee43eeac8722bd3b690f (patch) | |
| tree | 12945016802c83453df0e512e7ebdf2eb7f98357 /.local/bin | |
| parent | bafbb701cb2b01a62933e039946266779159f5a4 (diff) | |
update
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/ffmpeg-smaller | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/ffmpeg-smaller b/.local/bin/ffmpeg-smaller new file mode 100755 index 0000000..579ea75 --- /dev/null +++ b/.local/bin/ffmpeg-smaller @@ -0,0 +1,2 @@ +#!/bin/sh +ffmpeg -i "${1:?}" -vcodec libx265 -crf 28 "${2:?}" |
