Skip to content

Commit

Permalink
Fix yet even more incorrect namings of FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Aug 3, 2023
1 parent 22a1c20 commit 75fb24f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ TwitchDownloaderCLI.exe chatrender -i %vodid%_chat.json -h 1080 -w 422 --framera
1. Go to [Releases](https://github.com/lay295/TwitchDownloader/releases/) and download the latest version for Windows or [build from source](#building-from-source).
2. Extract `TwitchDownloaderCLI.exe`.
3. Browse to where you extracted the file in the terminal.
4. If you do not have ffmpeg, you can install it via [Chocolatey package manager](https://community.chocolatey.org/), or you can get it as a standalone file from [ffmpeg.org](https://ffmpeg.org/download.html) or by using TwitchDownloaderCLI:
4. If you do not have FFmpeg, you can install it via [Chocolatey package manager](https://community.chocolatey.org/), or you can get it as a standalone file from [ffmpeg.org](https://ffmpeg.org/download.html) or by using TwitchDownloaderCLI:
```
TwitchDownloaderCLI.exe ffmpeg --download
```
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderCLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Render a chat with custom video settings and message outlines

TwitchDownloaderCLI chatrender -i chat.json -h 1440 -w 720 --framerate 60 --outline -o chat.mp4

Render a chat with custom ffmpeg arguments
Render a chat with custom FFmpeg arguments

TwitchDownloaderCLI chatrender -i chat.json --output-args='-c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}"' -o chat.mp4

Expand Down
6 changes: 3 additions & 3 deletions TwitchDownloaderWPF/Translations/Strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<value>Argumentos de entrada:</value>
</data>
<data name="FfmpegOptionsHyperlink" xml:space="preserve">
<value>Haz clic aquí para conocer las opciones de ffmpeg</value>
<value>Haz clic aquí para conocer las opciones de FFmpeg</value>
</data>
<data name="FfmpegOutputArguments" xml:space="preserve">
<value>Argumentos de salida:</value>
Expand Down Expand Up @@ -748,10 +748,10 @@
<value>Por favor, cancele la tarea o espere a que termine antes de eliminarla.</value>
</data>
<data name="UnableToDownloadFfmpeg" xml:space="preserve">
<value>No se puede descargar ffmpeg</value>
<value>No se puede descargar FFmpeg</value>
</data>
<data name="UnableToDownloadFfmpegFull" xml:space="preserve">
<value>No se puede descargar ffmpeg. Por favor, descárguelo manualmente desde {0} y coloque el archivo en {1}.</value>
<value>No se puede descargar FFmpeg. Por favor, descárguelo manualmente desde {0} y coloque el archivo en {1}.</value>
</data>
<data name="AlternateBackgroundColor" xml:space="preserve">
<value>Color de fondo alternativo:</value>
Expand Down
4 changes: 2 additions & 2 deletions TwitchDownloaderWPF/Translations/Strings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -748,10 +748,10 @@
<value>Veuillez annuler le travail ou attendre qu'il soit terminé avant de le supprimer</value>
</data>
<data name="UnableToDownloadFfmpeg" xml:space="preserve">
<value>Impossible de télécharger ffmpeg</value>
<value>Impossible de télécharger FFmpeg</value>
</data>
<data name="UnableToDownloadFfmpegFull" xml:space="preserve">
<value>Impossible de télécharger ffmpeg. Veuillez le télécharger manuellement à partir de {0} et déplacer le fichier à {1}</value>
<value>Impossible de télécharger FFmpeg. Veuillez le télécharger manuellement à partir de {0} et déplacer le fichier à {1}</value>
</data>
<data name="AlternateBackgroundColor" xml:space="preserve">
<value>Alt Background Color:</value>
Expand Down

0 comments on commit 75fb24f

Please sign in to comment.