mirror of
https://github.com/anatolykopyl/tt-compiler.git
synced 2026-03-26 08:04:29 +00:00
1 line
149 B
Bash
Executable File
1 line
149 B
Bash
Executable File
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 |