From 4caa4ac01875def24bf3afa0c01a2a856fd8e5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Mon, 23 Sep 2024 13:39:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20quitar=20url=20servidor=20local?= =?UTF-8?q?=20[skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a7b902..a858cd0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Instalar dependencias: yarn ``` -Iniciar servidor local en http://localhost:8080 +Iniciar servidor local ```bash yarn dev @@ -60,8 +60,8 @@ ffmpeg -i {fuente} \ {salida} ``` -| variable | ejemplo | -| -------- | ------------------------------------------------------------------- | -| fuente | `ruta_al_video/0013.webm` (incluir extensión) | -| salida | `publico/videos/0013.mp4` (incluir extensión) | +| variable | ejemplo | +| -------- | ----------------------------------------------------------------------- | +| fuente | `ruta_al_video/0013.webm` (incluir extensión) | +| salida | `publico/videos/0013.mp4` (incluir extensión) | | ancho | `640` (para un video de 640x480, `1280` para uno de 1280x720, etc.) |