Compare commits

..

No commits in common. "882be853a710f54c4effaca6b729239e10727a54" and "a4448c29a3235e997946e31349fe97e0a19537be" have entirely different histories.

View File

@ -2,12 +2,6 @@
# filename: /zsh/ffmpeg # filename: /zsh/ffmpeg
#-------------------------------- #--------------------------------
# ffmpeg function to find borders for cropping
function ff-crop() {
ffmpeg -hide_banner -i "$1" -vf cropdetect,metadata=mode=print -f null - 2>&1 | awk '/crop=/ { print $NF }'
}
# Original script: https://yohanes.gultom.me/2016/05/21/bash-script-to-batch-convert-mkv-to-mp4-linux/ # Original script: https://yohanes.gultom.me/2016/05/21/bash-script-to-batch-convert-mkv-to-mp4-linux/
# Rewritten with ChatGPT 🙈 # Rewritten with ChatGPT 🙈