33 lines
1.6 KiB
INI
33 lines
1.6 KiB
INI
# ProRes
|
|
ProRes.Profile.Proxy="Proxy (PXY)"
|
|
ProRes.Profile.Light="Light (LT)"
|
|
ProRes.Profile.Standard="Standard"
|
|
ProRes.Profile.HighQuality="High Quality (HQ)"
|
|
|
|
# Generic
|
|
Automatic="Automatic"
|
|
|
|
# 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.Threads="Number of Threads"
|
|
FFmpeg.Threads.Description="The number of threads to use for encoding, if supported by the encoder.\nA value of 0 is equal to 'auto-detect' and may result in excessive CPU usage."
|
|
FFmpeg.ColorFormat="Override Color Format"
|
|
FFmpeg.ColorFormat.Description="Overriding the color format can unlock higher quality, but might cause additional stress.\nNot all encoders support all color formats, and you might end up causing errors or corrupted video due to this."
|
|
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"
|