We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a270586 commit 699ba98Copy full SHA for 699ba98
Resources/config/encoders.yml
@@ -15,7 +15,7 @@ pumukit_hard_video_editor:
15
channels: 1
16
audio: false
17
bat: |
18
- ffmpeg -y -i "{{input}}" -acodec libfdk_aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -t {{t}} -threads 0 "{{output}}"
+ ffmpeg -y -i "{{input}}" -acodec libfdk_aac -vcodec libx264 -preset slow -crf 15 -ss {{ss}} -to {{t}} -threads 0 "{{output}}"
19
sleep 15
20
streamserver:
21
name: Localmaster
0 commit comments