add:media

This commit is contained in:
kokopi-dev
2026-04-05 00:36:32 +09:00
parent 04ab0cd4e9
commit 9141f3bc0a
5 changed files with 19 additions and 1 deletions

2
media/video-compress.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
ffmpeg -i "$1" -c:v libx265 -crf 24 -preset medium -c:a aac -b:a 128k "$2"