informatica:linux:edicion_de_video:cortar_video
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:cortar_video [2009/02/27 12:29] – 194.179.83.89 | informatica:linux:edicion_de_video:cortar_video [2023/03/29 13:15] (current) – jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== AVCONV (paquete libav-tools) ====== | ||
| + | Imnportante! El orden de los parámetros es -ss -i -t -codec | ||
| + | |||
| + | ffmpeg -ss 00:00:00 -i origen.mpg -t 00:00:05 -codec copy destino.mpg | ||
| + | |||
| + | ====== MENCODER ====== | ||
| + | Mencoder no está en jessie | ||
| mencoder -ovc copy -oac copy -ss 111 -endpos 222 -o cortado.mpg -idx original.mpg | mencoder -ovc copy -oac copy -ss 111 -endpos 222 -o cortado.mpg -idx original.mpg | ||
| 111 => segundo inicial | 111 => segundo inicial | ||
| 60 => corta 1 minuto a partir del segundo 111 | 60 => corta 1 minuto a partir del segundo 111 | ||
| + | |||
| + | ====== Pruebas ====== | ||
| + | vídeo 30Mb | ||
| + | VIDEO: | ||
| + | AUDIO: 44100 Hz, 2 ch, floatle, 96.0 kbit/3.40% (ratio: 11999-> | ||
| + | |||
| + | |||
| + | |||
| + | |||
informatica/linux/edicion_de_video/cortar_video.1235737764.txt.gz · Last modified: (external edit)
