976e5dba4f
* Improved encoding loop can now deal with early and late receive requests. * Lots of warnings fixed. * Removed all threading options (they were broken anyway). * Added some profiler calls.
32 lines
1.5 KiB
INI
32 lines
1.5 KiB
INI
# 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"
|