/* tslint:disable */ /* eslint-disable */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Do not edit the class manually. * * Jellyfin API * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /** * * @export * @interface EncodingOptions */ export interface EncodingOptions { /** * * @type {number} * @memberof EncodingOptions */ 'EncodingThreadCount'?: number; /** * * @type {string} * @memberof EncodingOptions */ 'TranscodingTempPath'?: string | null; /** * * @type {string} * @memberof EncodingOptions */ 'FallbackFontPath'?: string | null; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableFallbackFont'?: boolean; /** * * @type {number} * @memberof EncodingOptions */ 'DownMixAudioBoost'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'MaxMuxingQueueSize'?: number; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableThrottling'?: boolean; /** * * @type {number} * @memberof EncodingOptions */ 'ThrottleDelaySeconds'?: number; /** * * @type {string} * @memberof EncodingOptions */ 'HardwareAccelerationType'?: string | null; /** * Gets or sets the FFmpeg path as set by the user via the UI. * @type {string} * @memberof EncodingOptions */ 'EncoderAppPath'?: string | null; /** * Gets or sets the current FFmpeg path being used by the system and displayed on the transcode page. * @type {string} * @memberof EncodingOptions */ 'EncoderAppPathDisplay'?: string | null; /** * * @type {string} * @memberof EncodingOptions */ 'VaapiDevice'?: string | null; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableTonemapping'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableVppTonemapping'?: boolean; /** * * @type {string} * @memberof EncodingOptions */ 'TonemappingAlgorithm'?: string | null; /** * * @type {string} * @memberof EncodingOptions */ 'TonemappingMode'?: string | null; /** * * @type {string} * @memberof EncodingOptions */ 'TonemappingRange'?: string | null; /** * * @type {number} * @memberof EncodingOptions */ 'TonemappingDesat'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'TonemappingPeak'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'TonemappingParam'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'VppTonemappingBrightness'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'VppTonemappingContrast'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'H264Crf'?: number; /** * * @type {number} * @memberof EncodingOptions */ 'H265Crf'?: number; /** * * @type {string} * @memberof EncodingOptions */ 'EncoderPreset'?: string | null; /** * * @type {boolean} * @memberof EncodingOptions */ 'DeinterlaceDoubleRate'?: boolean; /** * * @type {string} * @memberof EncodingOptions */ 'DeinterlaceMethod'?: string | null; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableDecodingColorDepth10Hevc'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableDecodingColorDepth10Vp9'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableEnhancedNvdecDecoder'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'PreferSystemNativeHwDecoder'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableIntelLowPowerH264HwEncoder'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableIntelLowPowerHevcHwEncoder'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableHardwareEncoding'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'AllowHevcEncoding'?: boolean; /** * * @type {boolean} * @memberof EncodingOptions */ 'EnableSubtitleExtraction'?: boolean; /** * * @type {Array} * @memberof EncodingOptions */ 'HardwareDecodingCodecs'?: Array | null; /** * * @type {Array} * @memberof EncodingOptions */ 'AllowOnDemandMetadataBasedKeyframeExtractionForExtensions'?: Array | null; }