strings: Extra shared strings for states, ratecontrol and keyframes
This commit is contained in:
+25
-11
@@ -1,11 +1,8 @@
|
||||
# ProRes
|
||||
ProRes.Profile.Proxy="Proxy (PXY)"
|
||||
ProRes.Profile.Light="Light (LT)"
|
||||
ProRes.Profile.Standard="Standard"
|
||||
ProRes.Profile.HighQuality="High Quality (HQ)"
|
||||
|
||||
# Generic
|
||||
Automatic="Automatic"
|
||||
State.Default="Default"
|
||||
State.Automatic="Automatic"
|
||||
State.Disabled="Disabled"
|
||||
State.Enabled="Enabled"
|
||||
|
||||
# FFmpeg
|
||||
FFmpeg="FFmpeg Options"
|
||||
@@ -34,10 +31,20 @@ RateControl.Method.ConstantRateFactor="Constant Rate Factor (CRF)"
|
||||
RateControl.Method.ConstantQuality="Constant Quality (CQ)"
|
||||
RateControl.Method.VariableQuality="Variable Quality (VQ)"
|
||||
RateControl.Method.Lossless="Lossless (LL)"
|
||||
RateControl.Bitrate.Target="Target Bitrate (kbit/s)"
|
||||
RateControl.Bitrate.Minimum="Minimum Bitrate (kbit/s)"
|
||||
RateControl.Bitrate.Maximum="Maximum Bitrate (kbit/s)"
|
||||
RateControl.BufferSize="Buffer Size (kbit/s)"
|
||||
RateControl.Bitrate.Target="Target Bitrate"
|
||||
RateControl.Bitrate.Minimum="Minimum Bitrate"
|
||||
RateControl.Bitrate.Maximum="Maximum Bitrate"
|
||||
RateControl.Quality.Target="Target Quality"
|
||||
RateControl.Quality.Minimum="Minimum Quality"
|
||||
RateControl.Quality.Maximum="Maximum Quality"
|
||||
RateControl.BufferSize="Buffer Size"
|
||||
|
||||
# Key Frames
|
||||
KeyFrames="Key Frames"
|
||||
KeyFrames.IntervalType="Interval Type"
|
||||
KeyFrames.IntervalType.Frames="Frames"
|
||||
KeyFrames.IntervalType.Seconds="Seconds"
|
||||
KeyFrames.Interval="Interval"
|
||||
|
||||
# Apple ProRes
|
||||
AppleProRes.Profile="Profile"
|
||||
@@ -46,3 +53,10 @@ AppleProRes.Profile.APCS="LT"
|
||||
AppleProRes.Profile.APCN="Standard Definition"
|
||||
AppleProRes.Profile.APCH="High Quality"
|
||||
AppleProRes.Profile.AP4H="4444"
|
||||
|
||||
# ProRes
|
||||
ProRes.Profile.Proxy="Proxy (PXY)"
|
||||
ProRes.Profile.Light="Light (LT)"
|
||||
ProRes.Profile.Standard="Standard"
|
||||
ProRes.Profile.HighQuality="High Quality (HQ)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user