mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Compare commits
No commits in common. "882be853a710f54c4effaca6b729239e10727a54" and "a4448c29a3235e997946e31349fe97e0a19537be" have entirely different histories.
882be853a7
...
a4448c29a3
@ -2,12 +2,6 @@
|
||||
# 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/
|
||||
# Rewritten with ChatGPT 🙈
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user