mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 10:09:56 +01:00
Fix crop function
This commit is contained in:
parent
5eb3376b27
commit
1254320bba
@ -101,7 +101,7 @@ ff-av1-scale720p() {
|
|||||||
|
|
||||||
# ffmpeg function to find borders for cropping
|
# ffmpeg function to find borders for cropping
|
||||||
function ff-crop() {
|
function ff-crop() {
|
||||||
ffmpeg -hide_banner -loglevel error -i "$1" -vf cropdetect,metadata=mode=print -f null - 2>&1 | awk '/crop=/ { print $NF }'
|
ffmpeg -hide_banner -loglevel info -i "$1" -vf cropdetect,metadata=mode=print -f null - 2>&1 | awk '/crop=/ { print $NF }'
|
||||||
}
|
}
|
||||||
|
|
||||||
# ffmpeg fix Non-monotonous DTS
|
# ffmpeg fix Non-monotonous DTS
|
||||||
|
Loading…
Reference in New Issue
Block a user