vcompress util
This commit is contained in:
4
utils/.local/bin/vcompress
Executable file
4
utils/.local/bin/vcompress
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
filename="${1%.mp4}"
|
||||
ffmpeg -i "$filename".mp4 -c:v libx264 -crf 28 -preset veryslow -c:a aac -b:a 128k "$filename"_compressed.mp4
|
||||
Reference in New Issue
Block a user