diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b121b9e..1d27fff31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -179,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * fix(FileListener): Listen to file movements across share boundaries * fix plsatform check (Thanks to @mr-bryn) * Fixed spelling mistake in appinfo/routes.php (Thanks to @asp.nut) -* fix(InstallDeps): Use ffmpegDir to install ffmpeg +* fix(InstallDeps): Use ffmpegDir to install FFmpeg ## [6.1.0] - 2024-02-28 @@ -397,7 +397,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Copy face detections to sharees on ShareCreated; Delete them on ShareDeleted - Add face detections for all users that can see the file - Implement code paths for moving files - - limit ffmpeg CPU core usage according to settings + - limit FFmpeg CPU core usage according to settings - Utilize mozart to avoid dependency hell - Update translations from Transifex - Add note about 1-core policy for WASM @@ -433,7 +433,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add Migration step: Add index for detections#file_id column - - Run custom ffmpeg install in InstallDeps (Support musicnn,movinet on ARM) + - Run custom FFmpeg install in InstallDeps (Support musicnn,movinet on ARM) - MusicnnClassifier: Increase WASM timeout - ClusteringFaceClassifier: Filter out non-straight faces - Set max execution time for classifier cron job @@ -675,7 +675,7 @@ Drop support for Nextcloud 24 - ViewAdmin: Clarify node path setting description - ViewAdmin: Add examples for each tagging setting - ViewAdmin: Update Note about background job interval -- InstallDeps: Fix ffmpeg +- InstallDeps: Fix FFmpeg - Settings: Allow enabling geo tagging - Fine-tune musicnn diff --git a/src/components/ViewAdmin.vue b/src/components/ViewAdmin.vue index 409fff98c..c176e5d2b 100644 --- a/src/components/ViewAdmin.vue +++ b/src/components/ViewAdmin.vue @@ -331,16 +331,16 @@

-     {{ t('recognize', 'Checking FFMPEG') }} +     {{ t('recognize', 'Checking FFmpeg') }}

- {{ t('recognize', 'Could not execute the ffmpeg binary. You may need to set the path to a working binary manually.') }} + {{ t('recognize', 'Could not execute the FFmpeg binary. You may need to set the path to a working binary manually.') }} - {{ t('recognize', 'ffmpeg {version} binary was installed successfully.', { version: ffmpeg }) }} + {{ t('recognize', 'FFmpeg {version} binary was installed successfully.', { version: ffmpeg }) }}

- {{ t('recognize', 'If the shipped ffmpeg binary doesn\'t work on your system for some reason you can set the path to a custom ffmpeg binary.') }} + {{ t('recognize', 'If the shipped FFmpeg binary doesn\'t work on your system for some reason you can set the path to a custom FFmpeg binary.') }}