df63677529
Some encoders don't have all options available with the automatically detected color format, so allowing the user to override the detected color format opens up more options.
31 lines
1.4 KiB
INI
31 lines
1.4 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.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"
|