Skip to content

Commit

Permalink
TTK-16738: Fixing nocheckduration
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.garcia committed Dec 13, 2024
1 parent c5f2344 commit 626581b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ pumukit_hard_video_editor:
resolution_ver: 0
bitrate: 1 Mbps
framerate: 25
nocheckduration: true
channels: 1
audio: false
bat: |
ffmpeg -y -i "{{input}}" -acodec aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -to {{t}} -copyts -threads 0 "{{output}}"
ffmpeg -y -i "{{input}}" -acodec aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -t {{t}} -copyts -threads 0 "{{output}}"
sleep 15
streamserver:
name: Localmaster
Expand All @@ -33,7 +34,7 @@ pumukit_hard_video_editor:
display: true
wizard: true
master: false
nocheckduration: false
nocheckduration: true
tags: html5 podcast dynamic
format: m3u8
codec: h264
Expand Down Expand Up @@ -62,6 +63,7 @@ pumukit_hard_video_editor:
generate_pic: false
display: true
wizard: true
nocheckduration: true
master: false
tags: html5 podcast
target: PUCHWEBTV PUCHPODCAST
Expand Down

0 comments on commit 626581b

Please sign in to comment.