-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-config.yml
33 lines (27 loc) · 920 Bytes
/
app-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
google:
oauth:
clientId: *
clientSecret: *
#please ensure resource folder is should be in this directory
#resource file contain image,audio,conf.json,sub.ass file
video:
path: /home/kapil/opt/d2v
#please check resource are available before making command ex:-audio
videoshow:
command: videoshow -c config.json -s subtitles.ass
user:
admin:
admin1:
email: kapilgpt06@gmail.com
name: kapil
admin2:
email: kapil@techcrumb.com
youtube:
video:
mode: private
videoMerge:
command: ffmpeg -i sting.mp4 -i dvMainVideo -filter_complex '[0:v] [1:v] concat=n=2:v=1 [v]' -map '[v]' dvOutput
# use this when you merge audio in main video otherwise it gives error
# command: ffmpeg -i Sting.mp4 -i dvMainVideo -filter_complex '[0:v:0][0:a:0][1:v:0][1:a:0] concat=n=2:v=1:a=1[outv][outa]' -map '[outv]' -map '[outa]' -strict -2 dvOutput
exception:
email: kapil@techcrumb.com