TscPreset

Tencent TSC SDK encoders (ten264 / ten265 / tenav1). Presets follow the x264 naming; HEVC/AV1 map them onto the SDK’s numeric preset range. NB the TSC SDK licenses ONLINE at encoder start (Tencent Cloud credentials in the deployment’s sdk_config) — encoder creation fails without them.

Name

Number

Description

TSC_PRESET_ULTRAFAST

0

TSC_PRESET_SUPERFAST

1

TSC_PRESET_VERYFAST

2

TSC_PRESET_FASTER

3

TSC_PRESET_FAST

4

TSC_PRESET_MEDIUM

5

TSC_PRESET_SLOW

6

TSC_PRESET_SLOWER

7

TSC_PRESET_VERYSLOW

8

TSC_PRESET_PLACEBO

9