Skip to content

Commit 626581b

Browse files
author
pablo.garcia
committed
TTK-16738: Fixing nocheckduration
1 parent c5f2344 commit 626581b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Resources/config/encoders.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ pumukit_hard_video_editor:
1212
resolution_ver: 0
1313
bitrate: 1 Mbps
1414
framerate: 25
15+
nocheckduration: true
1516
channels: 1
1617
audio: false
1718
bat: |
18-
ffmpeg -y -i "{{input}}" -acodec aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -to {{t}} -copyts -threads 0 "{{output}}"
19+
ffmpeg -y -i "{{input}}" -acodec aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -t {{t}} -copyts -threads 0 "{{output}}"
1920
sleep 15
2021
streamserver:
2122
name: Localmaster
@@ -33,7 +34,7 @@ pumukit_hard_video_editor:
3334
display: true
3435
wizard: true
3536
master: false
36-
nocheckduration: false
37+
nocheckduration: true
3738
tags: html5 podcast dynamic
3839
format: m3u8
3940
codec: h264
@@ -62,6 +63,7 @@ pumukit_hard_video_editor:
6263
generate_pic: false
6364
display: true
6465
wizard: true
66+
nocheckduration: true
6567
master: false
6668
tags: html5 podcast
6769
target: PUCHWEBTV PUCHPODCAST

0 commit comments

Comments
 (0)