Add files via upload

This commit is contained in:
ThatLinuxFan 2024-01-21 18:09:40 -06:00 committed by GitHub
parent 76b49b7766
commit 998e4a9cfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
remove-capcut-endlogo.sh Normal file
View file

@ -0,0 +1,3 @@
duration=$(ffprobe -i "$1" -show_entries format=duration -v quiet -of csv="p=0")
ffmpeg -i "$1" -ss 0 -t $(echo "$duration - 2.3" | bc) -c copy "$1-out.mp4"