ffmpeg-encoder/prores: Fix typo in english locale

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-05 04:35:54 +02:00 committed by Michael Fabian Dirks
parent a138f95126
commit 4b5754679e

View file

@ -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"