Skip to content

Commit

Permalink
Merge pull request #20 from ivansaul/develop
Browse files Browse the repository at this point in the history
docs: add Windows installation tutorial link
  • Loading branch information
ivansaul authored Oct 7, 2024
2 parents 443e6b0 + 2d094ad commit b85a6f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ Este comando comprimirá `video.mp4` con una calidad de 80, guardará el resulta
> Si eres usuario de Windows, puedes instalar `ffmpeg` y `python` manualmente o usando gestores de paquetes como [*`Scoop`*][scoop].
> Una vez que hayas instalado un gestor de paquetes, solo debes ejecutar algo como `scoop install python ffmpeg`.
<!-- -->
> [!TIP]
> Los usuarios de Windows pueden ver un video tutorial en YouTube sobre el proceso de instalación [[Aquí]][demo-windows].
## Contribuidores

<a href="https://github.com/ivansaul/CLI-Video-Compressor/graphs/contributors">
Expand All @@ -205,3 +209,4 @@ Este comando comprimirá `video.mp4` con una calidad de 80, guardará el resulta
[ffmpeg]:https://ffmpeg.org
[demo]:https://github.com/user-attachments/assets/9c9c672a-bfa3-418a-b7d1-89f0e7751146
[scoop]:https://scoop.sh
[demo-windows]: https://youtu.be/w1Pba7Bu0ZQ
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ This command will compress `video.mp4` with a quality of 80, save the result as
> If you are a Windows user, you can install `ffmpeg` and `python` manually or using package managers like [*`Scoop`*][scoop].
> Once you have installed a package manager, you can just run something like `scoop install python ffmpeg`.
<!-- -->
> [!TIP]
> Windows user can watch a tutorial video on YouTube about the installation process [[Here]][demo-windows].
## Contributors

<a href="https://github.com/ivansaul/CLI-Video-Compressor/graphs/contributors">
Expand All @@ -205,3 +209,4 @@ This command will compress `video.mp4` with a quality of 80, save the result as
[ffmpeg]:https://ffmpeg.org
[demo]:https://github.com/user-attachments/assets/9c9c672a-bfa3-418a-b7d1-89f0e7751146
[scoop]:https://scoop.sh
[demo-windows]: https://youtu.be/w1Pba7Bu0ZQ

0 comments on commit b85a6f5

Please sign in to comment.