Skip to content

Commit

Permalink
📝 quitar url servidor local [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Sep 23, 2024
1 parent b0e1f64 commit 4caa4ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Instalar dependencias:
yarn
```

Iniciar servidor local en http://localhost:8080
Iniciar servidor local

```bash
yarn dev
Expand Down Expand Up @@ -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.) |

0 comments on commit 4caa4ac

Please sign in to comment.