mirror of
https://github.com/Sneed-Group/remove-capcut-endlogo
synced 2024-12-23 11:12:35 -06:00
Add files via upload
This commit is contained in:
parent
76b49b7766
commit
998e4a9cfb
1 changed files with 3 additions and 0 deletions
3
remove-capcut-endlogo.sh
Normal file
3
remove-capcut-endlogo.sh
Normal 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"
|
||||||
|
|
Loading…
Reference in a new issue