Initial commit

This commit is contained in:
2021-11-02 12:53:26 +03:00
commit e23c6d4791
8 changed files with 204 additions and 0 deletions

1
addbg.sh Executable file
View File

@@ -0,0 +1 @@
ffmpeg -loop 1 -i background.jpg -i trend/video.mp4 -filter_complex "crop=trunc(iw/2)*2:trunc(ih/2)*2, overlay=(W-w)/2:(H-h)/2:shortest=1" output.mp4