File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ pumukit_hard_video_editor:
12
12
resolution_ver : 0
13
13
bitrate : 1 Mbps
14
14
framerate : 25
15
+ nocheckduration : true
15
16
channels : 1
16
17
audio : false
17
18
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}}"
19
20
sleep 15
20
21
streamserver :
21
22
name : Localmaster
@@ -33,7 +34,7 @@ pumukit_hard_video_editor:
33
34
display : true
34
35
wizard : true
35
36
master : false
36
- nocheckduration : false
37
+ nocheckduration : true
37
38
tags : html5 podcast dynamic
38
39
format : m3u8
39
40
codec : h264
@@ -62,6 +63,7 @@ pumukit_hard_video_editor:
62
63
generate_pic : false
63
64
display : true
64
65
wizard : true
66
+ nocheckduration : true
65
67
master : false
66
68
tags : html5 podcast
67
69
target : PUCHWEBTV PUCHPODCAST
You can’t perform that action at this time.
0 commit comments