Skip to content

Commit 68f215a

Browse files
author
pablo.garcia
committed
TTK-27383: Adding sleep 15 to video_master_trimming
1 parent 748b9f0 commit 68f215a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/encoders.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pumukit_hard_video_editor:
1616
audio: false
1717
bat: |
1818
ffmpeg -y -i "{{input}}" -acodec libfdk_aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -t {{t}} -threads 0 "{{output}}"
19+
sleep 15
1920
streamserver:
2021
name: Localmaster
2122
type: store

0 commit comments

Comments
 (0)