forked from nero-bc/FZX-Auto-Encoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
60 lines (45 loc) · 1.89 KB
/
.env
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Don't use quotes( " and ' )
APP_ID=7324525
API_HASH=d28604398dc13af15dd108bb34a27a54
BOT_TOKEN=6562220952:AAEkVhFD4ZbcwIfW8ZFbFKWIUt6EBymHyac
OWNER= "1966867320 6820572640"
# [OPTIONAL]
# Uncomment (remove the '#') the below variables before adding their values
#FFMPEG=ffmpeg -i "{}" -preset ultrafast -c:v libx264 -s 1280x720 -x265-params 'bframes=8:psy-rd=1:ref=3:aq-mode=3:aq-strength=0.8:deblock=1,1' -pix_fmt yuv420p -crf 30 -c:a libopus -b:a 32k -c:s copy -map 0 -ac 2 -ab 32k -vbr 2 -level 3.1 -threads 5 -metadata title='FZXAnime [t.me/FZXAnime]' -metadata author='𝖥𝖹𝖷𝖠𝗇𝗂𝗆𝖾 [รíӀҽղԵ ժҽʍօղ]' -metadata:s:a title='𝖥𝖹𝖷 𝖠𝗇𝗂𝗆𝖾 [รíӀҽղԵ ժҽʍօղ]' -metadata:s:v title='ENCODED_BY [รíӀҽղԵ ժҽʍօղ]' "{}"
#TEMP_USERS
#THUMBNAIL=
#CACHE_DL=
#ENCODER=
#LOG_CHANNEL=
#DBNAME=
#DATABASE_URL=
#CMD_SUFFIX=
# Number of pyrogram event workers; if you want to always queue videos as sent set to 1
#WORKERS=1
# list of links separated by commas to download on startup
#DL_STUFF=
# Channel id , message id, sticker id , Bool, codec name (and quality) for forward channel
FCHANNEL= -1002141610289
#FCHANNEL_STAT=
#FSTICKER=
#FBANNER=
#FCODEC=
# Channel short link
#C_LINK=
# Emoji or other beautifier to be added before captions
#CAP_DECO=
# Enable logging to log channel // off by default set value to True to enable
#LOGS_IN_CHANNEL=
# Release Name
#RELEASER=
# Enable dumping leeched animes to bot pm and log_channel if available // On by default set value to False to disable
DUMP_LEECH=False
# Always deploy latest version of repo during startup // Off by default set to True to enable
ALWAYS_DEPLOY_LATEST=True
# Lock encoding on startup
#LOCK_ON_STARTUP=
# Enable encoding chat action in bot // on by default…
#ALLOW_ACTION=
# if not added defaults to original repo
UPSTREAM_REPO=https://github.com/Salxchange/FFMPEG
UPSTREAM_BRANCH=main