mirror of
https://github.com/bitinflow/rerun-encoder.git
synced 2026-03-13 13:46:00 +00:00
Rename variable
This commit is contained in:
@@ -8,7 +8,7 @@ const defaults: Settings = {
|
|||||||
version: '1.0.1',
|
version: '1.0.1',
|
||||||
credentials: null,
|
credentials: null,
|
||||||
endpoint: 'https://api.rerunmanager.com/v1/',
|
endpoint: 'https://api.rerunmanager.com/v1/',
|
||||||
deleteOnComplete: true,
|
keep_encoded_file: true,
|
||||||
output: {
|
output: {
|
||||||
video: {
|
video: {
|
||||||
encoder: 'libx264',
|
encoder: 'libx264',
|
||||||
|
|||||||
2
shared/schema.d.ts
vendored
2
shared/schema.d.ts
vendored
@@ -33,7 +33,7 @@ export interface Settings {
|
|||||||
version?: string // version of the settings schema (diff will force a reset)
|
version?: string // version of the settings schema (diff will force a reset)
|
||||||
credentials?: Credentials | null
|
credentials?: Credentials | null
|
||||||
endpoint?: string | null
|
endpoint?: string | null
|
||||||
deleteOnComplete?: boolean
|
keep_encoded_file?: boolean
|
||||||
output?: {
|
output?: {
|
||||||
video: {
|
video: {
|
||||||
encoder: 'libx264' | 'nvenc_h264'
|
encoder: 'libx264' | 'nvenc_h264'
|
||||||
|
|||||||
Reference in New Issue
Block a user