strings: Add shared translation strings

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-09 14:09:02 +02:00
parent c7f326d428
commit c8470d3b23
3 changed files with 33 additions and 0 deletions
+9
View File
@@ -23,6 +23,15 @@ FFmpeg.StandardCompliance.Normal="Normal"
FFmpeg.StandardCompliance.Unofficial="Unofficial"
FFmpeg.StandardCompliance.Experimental="Experimental"
# Rate Control
RateControl="Rate Control"
RateControl.Method="Method"
RateControl.Method.CBR="Constant Bitrate"
RateControl.Method.ABR="Average Bitrate"
RateControl.Method.VBR="Variable Bitrate"
RateControl.Method.CQP="Constant Quantization Parameter"
RateControl.Method.CRF="Constant Rate Factor"
# Apple ProRes
AppleProRes.Profile="Profile"
AppleProRes.Profile.APCO="Proxy"