informatica:linux:edicion_de_video:ffmpeg
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatica:linux:edicion_de_video:ffmpeg [2023/10/22 21:40] – jose | informatica:linux:edicion_de_video:ffmpeg [2024/01/23 16:19] (current) – jose | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| </ | </ | ||
| + | |||
| + | ====== Cortar vídeo ====== | ||
| + | Minuto y segundo de inicio y de fin. Corta del 0:15 al 0:25 total 10 segundos de vídeo | ||
| + | ffmpeg -i original.mp4 -ss 00:00:15 -to 00:25 cortado.mp4 | ||
informatica/linux/edicion_de_video/ffmpeg.1698010845.txt.gz · Last modified: by jose
