Implement background clip functionality for bumpers
Enhanced the bumper system to support a new background type, 'Clip', allowing text to be overlaid on existing video clips. This update includes the addition of a BackgroundClipShowId property in various records and classes, ensuring that the clip's duration dictates the bumper length. Updated validation rules, mapping, and rendering logic to accommodate this new feature. Localization strings were also updated to reflect the new background option and its implications for audio handling.
This commit is contained in:
@@ -870,7 +870,12 @@ export const ru = {
|
||||
Template: 'Фон блока',
|
||||
NextPoster: 'Постер следующего шоу',
|
||||
NowPoster: 'Постер предыдущего шоу',
|
||||
Clip: 'Готовый ролик',
|
||||
},
|
||||
backgroundClip: 'Ролик-подложка',
|
||||
pickClip: 'Выберите ролик',
|
||||
backgroundClipHint:
|
||||
'Текст пишется поверх видео. Длину заставки задаёт сам ролик; звук блока подрезается под неё, а без звука играет оригинальная дорожка ролика.',
|
||||
fileLoaded: 'загружено',
|
||||
fileDefault: 'по умолчанию',
|
||||
upload: 'Загрузить',
|
||||
|
||||
Reference in New Issue
Block a user