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:
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
You can’t perform that action at this time.
0 commit comments