From f2e8a4a07dce03021756c82ff5dcd4c0822793e7 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Wed, 2 Oct 2024 18:42:24 +0200 Subject: [PATCH] fix help string --- migrations/00001_create_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/00001_create_tables.sql b/migrations/00001_create_tables.sql index 258abb22..03fbe432 100644 --- a/migrations/00001_create_tables.sql +++ b/migrations/00001_create_tables.sql @@ -94,7 +94,7 @@ CREATE TABLE logging_ingest_level TEXT NOT NULL DEFAULT "ERROR", logging_detect_silence INTEGER NOT NULL DEFAULT 0, logging_ignore TEXT NOT NULL DEFAULT "P sub_mb_type 4 out of range at;error while decoding MB;negative number of zero coeffs at;out of range intra chroma pred mode;non-existing SPS 0 referenced in buffering period", - processing_help TEXT NOT NULL DEFAULT "Default processing for all clips ensures uniqueness. The mode can be either "playlist" or "folder".\nThe 'aspect' parameter must be a float number.\nThe 'audio_tracks' parameter specifies how many audio tracks should be processed.'audio_channels' can be used if the audio has more channels than stereo.\nThe 'logo' is used only if the path exists; the path is relative to your storage folder.\n'logo_scale' scales the logo to the target size. Leave it blank if no scaling is needed. The format is 'width:height', for example, '100:-1' for proportional scaling. The 'logo_opacity' option allows the logo to become transparent.'logo_position' is specified in the format 'x:y', which sets the logo's position.\nWith 'custom_filter', it is possible to apply additional filters. The filter outputs should end with [c_v_out] for video filters and [c_a_out] for audio filters.\n'vtt_enable' can only be used in HLS mode, and only when *.vtt files with the same filename as the video file exist.", + processing_help TEXT NOT NULL DEFAULT "Default processing for all clips ensures uniqueness. The mode can be either 'playlist' or 'folder'.\nThe 'aspect' parameter must be a float number.\nThe 'audio_tracks' parameter specifies how many audio tracks should be processed.'audio_channels' can be used if the audio has more channels than stereo.\nThe 'logo' is used only if the path exists; the path is relative to your storage folder.\n'logo_scale' scales the logo to the target size. Leave it blank if no scaling is needed. The format is 'width:height', for example, '100:-1' for proportional scaling. The 'logo_opacity' option allows the logo to become transparent.'logo_position' is specified in the format 'x:y', which sets the logo's position.\nWith 'custom_filter', it is possible to apply additional filters. The filter outputs should end with [c_v_out] for video filters and [c_a_out] for audio filters.\n'vtt_enable' can only be used in HLS mode, and only when *.vtt files with the same filename as the video file exist.", processing_mode TEXT NOT NULL DEFAULT "playlist", processing_audio_only INTEGER NOT NULL DEFAULT 0, processing_copy_audio INTEGER NOT NULL DEFAULT 0,