mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ffmpeg-encoder/prores: Fix typo in english locale
This commit is contained in:
parent
a138f95126
commit
4b5754679e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue