Files
obs-ffmpeg-encoder/data/locale/en-US.ini
T

40 lines
1.7 KiB
INI
Raw Normal View History

2018-11-13 19:04:13 +01:00
# ProRes
ProRes.Profile.Proxy="Proxy (PXY)"
ProRes.Profile.Light="Light (LT)"
ProRes.Profile.Standard="Standard"
ProRes.Profile.HighQuality="High Quality (HQ)"
# Rate Control
RateControl="Rate Control"
RateControl.Bitrate="Bitrate"
RateControl.Bitrate.Description="Bitrate in kbit/s. Not supported by all encoders."
RateControl.Profile="Profile"
RateControl.Profile.None="None"
RateControl.KeyFrame="Key-Frames / Group of Pictures (GOP)"
RateControl.KeyFrame.Type="Key-Frame Interval Type"
RateControl.KeyFrame.Type.Description="Defines how the interval value should be read."
RateControl.KeyFrame.Type.Frames="Frames"
RateControl.KeyFrame.Type.Seconds="Seconds"
RateControl.KeyFrame.Interval="Key Frame Interval"
RateControl.KeyFrame.Interval.Description="Interval in which a Key Frame is placed. Not all encoders support this."
# FFmpeg
FFmpeg="FFmpeg Options"
FFmpeg.CustomSettings="Custom Settings"
FFmpeg.CustomSettings.Description="Custom settings that override any detected options above, use with caution.\nThe input should be in the format 'key=value;key=value;...'."
FFmpeg.StandardCompliance="Standard Compliance"
FFmpeg.StandardCompliance.Description="How strict should the encoder keep to the standard? A strictness below 'Normal' may cause issues with playback."
FFmpeg.StandardCompliance.VeryStrict="Very Strict"
FFmpeg.StandardCompliance.Strict="Strict"
FFmpeg.StandardCompliance.Normal="Normal"
FFmpeg.StandardCompliance.Unofficial="Unofficial"
FFmpeg.StandardCompliance.Experimental="Experimental"
# Apple ProRes
AppleProRes.Profile="Profile"
AppleProRes.Profile.APCO="Proxy"
AppleProRes.Profile.APCS="LT"
AppleProRes.Profile.APCN="Standard Definition"
AppleProRes.Profile.APCH="High Quality"
AppleProRes.Profile.AP4H="4444"