Posts by Murilo Ferraz • 1 point
1 post
-
-1
votes1
answer292
viewsA: Insert text using FFMPEG, but only in a video snippet
See if this solution suits you. I created some temporary files to put the text in just one part. #!/bin/bash echo "Nome do aluno" read nome; echo "CPF do aluno" read cpf; mkdir $cpf; echo “iniciando…