38 lines
1.2 KiB
TOML
38 lines
1.2 KiB
TOML
|
# Changing these settings is for advanced users only!
|
||
|
# There will be no support or guarantee that it will be stable after changing them.
|
||
|
|
||
|
[decoder]
|
||
|
input_param = ""
|
||
|
# output_param get also applied to ingest instance.
|
||
|
output_param = ""
|
||
|
|
||
|
[filters]
|
||
|
deinterlace = "" # yadif=0:-1:0
|
||
|
pad_scale_w = "" # scale={}:-1
|
||
|
pad_scale_h = "" # scale=-1:{}
|
||
|
pad_video = "" # pad=max(iw\\,ih*({0}/{1})):ow/({0}/{1}):(ow-iw)/2:(oh-ih)/2
|
||
|
fps = "" # fps={}
|
||
|
scale = "" # scale={}:{}
|
||
|
set_dar = "" # setdar=dar={}
|
||
|
fade_in = "" # fade=in:st=0:d=0.5
|
||
|
fade_out = "" # fade=out:st={}:d=1.0
|
||
|
overlay_logo_scale = "" # scale={}
|
||
|
overlay_logo_fade_in = "" # fade=in:st=0:d=1.0:alpha=1
|
||
|
overlay_logo_fade_out = "" # fade=out:st={}:d=1.0:alpha=1
|
||
|
overlay_logo = "" # null[l];[v][l]overlay={}:shortest=1
|
||
|
tpad = "" # tpad=stop_mode=add:stop_duration={}
|
||
|
drawtext_from_file = "" # drawtext=text='{}':{}{}
|
||
|
drawtext_from_zmq = "" # zmq=b=tcp\\\\://'{}',drawtext@dyntext={}
|
||
|
aevalsrc = "" # aevalsrc=0:channel_layout=stereo:duration={}:sample_rate=48000
|
||
|
afade_in = "" # afade=in:st=0:d=0.5
|
||
|
afade_out = "" # afade=out:st={}:d=1.0
|
||
|
apad = "" # apad=whole_dur={}
|
||
|
volume = "" # volume={}
|
||
|
split = "" # split={}{}
|
||
|
|
||
|
[encoder]
|
||
|
input_param = ""
|
||
|
|
||
|
[ingest]
|
||
|
input_param = ""
|