mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-05 15:30:02 +01:00
5 lines
213 B
Bash
5 lines
213 B
Bash
#!/bin/bash
|
|
|
|
ffmpeg -f lavfi -i color=black:s=640x360:d=5 \
|
|
-vf "drawtext=fontfile='/Users/tgm/Desktop/videotitles/dir/Aktifo-B-Black':text='Test':fontcolor=white:fontsize=32:x=10:y=10" \
|
|
-c:v libx264 -t 5 out.mp4 |