User Tools

Site Tools


videodigital:conversion:avconv

This is an old revision of the document!


Concatenar vídeos

Creamos ficheros con los vídeos a juntar:
fichero: concat.txt

file 'video1.mp4'
file 'video2.mp4'
file 'video3.mp4'

Juntamos los tres vídeos:

ffmpeg -f concat -i concat.txt -c copy video_final.mp4
videodigital/conversion/avconv.1547499556.txt.gz · Last modified: 2019/01/14 20:59 by jose