From 4b5754679e5b3d21e1734543d26a6ab29eaa90e7 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 5 Apr 2020 04:35:54 +0200 Subject: [PATCH] ffmpeg-encoder/prores: Fix typo in english locale --- data/locale/en-US.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index dddf653..aae1aee 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -374,11 +374,11 @@ Codec.HEVC.Level.Description="Level determines the upper limits of resolution an # Codec: Apple ProRes Codec.ProRes.Profile="Profile" Codec.ProRes.Profile.APCO="422 Proxy (APCO)" -Codec.ProRes.Profile.APCS="422 Lite (APCS)" +Codec.ProRes.Profile.APCS="422 Lite/LT (APCS)" Codec.ProRes.Profile.APCN="422 Standard (APCN)" Codec.ProRes.Profile.APCH="422 High Quality/HQ (APCH)" -Codec.ProRes.Profile.AP4H="4444 High Quality (AP4H)" -Codec.ProRes.Profile.AP4X="4444 Extrme Quality/XQ (AP4X)" +Codec.ProRes.Profile.AP4H="4444 High Quality/HQ (AP4H)" +Codec.ProRes.Profile.AP4X="4444 Extreme Quality/XQ (AP4X)" # Encoder: FFmpeg FFmpegEncoder="FFmpeg Options"