informatica:linux:edicion_de_video:concatenar_videos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:edicion_de_video:concatenar_videos [2015/04/13 20:19] – external edit 127.0.0.1 | informatica:linux:edicion_de_video:concatenar_videos [2019/04/24 14:40] (current) – jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ffmpeg concatenar video | ffmpeg concatenar video | ||
| + | |||
| + | Creamos el fichero concat.txt | ||
| + | file ' | ||
| + | file ' | ||
| + | Juntamos los vídeos: | ||
| + | avconv -f concat -i concat.txt -c copy video_final.mp4 | ||
| + | |||
| + | |||
| + | ====== Método antiguo ====== | ||
| http:// | http:// | ||
| Line 9: | Line 18: | ||
| ffmpeg -i intermediate_all.mpg -sameq output.avi | ffmpeg -i intermediate_all.mpg -sameq output.avi | ||
| </ | </ | ||
| + | |||
| + | |||
informatica/linux/edicion_de_video/concatenar_videos.1428956385.txt.gz · Last modified: by 127.0.0.1
