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 [2024/01/23 16:19] – jose | informatica:linux:edicion_de_video:ffmpeg [2026/05/29 09:06] (current) – jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **Escalar vídeo:**\\ | + | ====== |
| + | Reducir tamaño vídeo para whatsapp | ||
| + | < | ||
| + | ffmpeg -i vermicompostera1.mp4 | ||
| + | -vf " | ||
| + | -vcodec libx264 -crf 28 -preset medium \ | ||
| + | -acodec aac -b:a 128k \ | ||
| + | vermicompostera.mp4 | ||
| + | </ | ||
| + | |||
| ffmpeg -i original.mp4 -vf scale=800: | ffmpeg -i original.mp4 -vf scale=800: | ||
| Si queremos fijar uno y que el otro lo calcule solo: | Si queremos fijar uno y que el otro lo calcule solo: | ||
informatica/linux/edicion_de_video/ffmpeg.txt · Last modified: by jose
